dd if=/dev/zero of=./vol_none bs=1M count=x
Where "x" is the size of the volume in MB.
At this point a new drive should appear, although at this stage it is unformatted and you will be given an error if you attempt to access it (e.g. using Windows Explorer)losetup /dev/loop0 <volume file> <various options>
mkdir ./mountpoint
mount /dev/loop0 ./mountpoint
Your volume file is now fully ready for use, although for security reasons it is highly recommended that you now initialize the volume by writing data to all its sectors before making any further use of it.mkdosfs /dev/loop0
FAFE56C3BAB4CD216BA02474AC157EA555FA5711This is made up as follows:
D539285C28A6D8122D9464EE
FAFE56C3BAB4CD216BA02474AC157EA555FA5711 |
The first 160 bits are the RIPEMD-160 hash of "password1234567890ABC" |
D539285C28A6D8122D9464EE0AA3C4811DE0D846
|
The remaining bits are the first 96 bits taken from the RIPEMD-160 hash of "Apassword1234567890ABC" |
4EAB90A0D00CE0086EB59DA838CC888DThis is made up as follows:
D1270498F52EFFA562872664BB514F8E
2FA054980C9D92542F5801FDF82ADFEA
121E587A4EEBDF3B
4EAB90A0D00CE0086EB59DA838CC888D |
The first 128 bits are the MD5 hash of "password1234567890ABC" |
D1270498F52EFFA562872664BB514F8E |
The next 128 bits are the MD5 hash of "Apassword1234567890ABC" |
2FA054980C9D92542F5801FDF82ADFEA |
The next 128 bits are the MD5 hash of "AApassword1234567890ABC" |
121E587A4EEBDF3BD6CD437A1B2C32A
|
The remaining bits are the first 64 bits taken from the MD5 hash of "AAApassword1234567890ABC" |
Cypher |
Compatibility |
---|---|
aes |
Supported by FreeOTFE. |
twofish |
Supported by FreeOTFE. |
serpent |
Supported by FreeOTFE. |
cast5 |
Supported by FreeOTFE. |
cast6 |
Supported by FreeOTFE. |
Mode |
Compatibility |
---|---|
ecb |
Not supported by FreeOTFE. Note: This is a pretty insecure mode - the use of ECB is highly discouraged, and FreeOTFE is unlikely to ever support this mode. |
cbc-plain |
Supported by FreeOTFE. |
cbc-essiv:<hash> |
Supported by FreeOTFE |
Hash |
Compatibility |
---|---|
sha1 |
Supported by FreeOTFE. |
sha256 |
Supported by FreeOTFE. |
sha512 |
Supported by FreeOTFE. |
ripemd160 |
Supported by FreeOTFE. |
Package |
URL |
Description |
---|---|---|
Ext2 Installable File System For Windows |
http://www.fs-driver.org/ |
Supports both read and write operations with ext2/ext3. Freeware, but closed source. |
EXT2 IFS for Windows |
http://uranus.it.swin.edu.au/~jn/linux/ext2ifs.htm |
Supports ext2, readonly. Open source. |
Cryptoloop |
Cryptoloop HOWTO |
loop-AES |
loop-AES README |
dm-crypt |
dm-crypt WWW site dm-crypt Wiki |
LUKS |
LUKS - Linux Unified Key Setup |