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
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
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