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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
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