ProxyCrypt is a command line tool that creates encrypted volumes within a file or a hard drive.
It works as a "proxy" for the http://alternativeto.net/software/imdisk-virtual-disk-driver/ .
Features:
- Supports AES-256, Serpent and Twofish ciphers.
- Mode of operation is XTS.
- Passwords are hashed with the scrypt key derivation function, which uses Whirlpool or SHA-3 hashing function.
- Password length can be up to 250 characters.
- Protection against keyloggers.
- Supports image files or physical drives with MBR (with extended partition) or GPT.
- Encrypted volumes can be created at any location, not necessarily at the beginning of a file or a partition.
- NTFS folders can be used as mount point instead of drive letters.
- Support very long paths of image file (more than 260 characters).
- Performances improved with AES instructions, SSE2 optimizations and asynchronous read/write.
- Available in 32 and 64-bit.
↧