cryptmount allows management and user-mode mounting of encrypted filing systems on GNU/Linux systems. Filesystems & crypto-swap can be on either raw block devices or ordinary files, with device-mapper (dm-crypt) and loopback devices setup automatically.
Features
- Compatible with cryptsetup (LUKS)
- Small or large encrypted containers
- Mount on demand
- Simple password changing
License
GNU General Public License version 2.0 (GPLv2)Follow cryptmount
Other Useful Business Software
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
I have been using cryptmount for a couple of years now, and it does what needs to be done, and is in general easy to use. Just type in cryptmount -a or cryptmount <nameofencrypteddevice> put in the password and it is done. It handles both encrypted partitions and encrypted file. (eg, if you want your mail directory encrypted, you can make a file of length 1G say, set it up for cryptmount, and then have it get mounted on /home/username/mail. No need for a separate partition) The one problem I have run into is if you were to say unmount /home/username/mail without using cryptmount -u. The system gets very confused then
-
Nice, thank you