ProxyCrypt is a command line tool that creates encrypted volumes within a file or a hard drive. Encryption and decryption are made on the fly, allowing you to use encrypted volumes like normal ones.
Designed for paranoids and advanced users, it is also fast, very lightweight, open source and easy to recompile.
See the features below.
It works as a "proxy" for the AIM driver or the ImDisk driver. AIM driver is included in the full package.
See the documentation for more informations and an example of use:
https://sourceforge.net/p/proxycrypt/doc/
Requirements:
- Windows 7 or later
- Arsenal Image Mounter or ImDisk Virtual Disk Driver
- Administrative privileges
- 64-bit CPU with SSE3 instructions
- About 1 GB of RAM temporarily required for password checking with default settings
Hashes of all versions:
https://sourceforge.net/p/proxycrypt/doc/Hash
Features
- Supports AES-256, Serpent and SHACAL-2 ciphers.
- Cascade encryption with free choice of the ciphers.
- Supports key files, in conjunction or replacement of the password.
- Mode of operation is XTS.
- Passwords are hashed with the scrypt key derivation function, which uses Whirlpool or Keccak-512 hashing function.
- Scrypt can be tuned for more security or more speed.
- 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.
- Auto-dismount after a specified period of inactivity or when system enters a suspended state.
- NTFS folders can be used as mount point instead of drive letters.
- Supports very long paths of image file (more than 260 characters).
- Performances improved with AES instructions, SSE2 optimizations and asynchronous read/write.
- Available in 64-bit with distinct AVX version.