Luks File

From Hack Sphere Labs Wiki
Revision as of 18:49, 2 February 2013 by Webdawg (talk | contribs) (Created page with "=My Info= It is reccomended to fill and encrypted data container with random data. You can however if you are in a hurry use a sparse file. dd of=crypt bs=1 count=0 seek=9...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

My Info

It is reccomended to fill and encrypted data container with random data.

You can however if you are in a hurry use a sparse file.

dd of=crypt bs=1 count=0 seek=900G

It will not allocate the space immediately.