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
You Might Also Like
Enterprise-Grade Monitoring - Zero Compromises
Managing a large, distributed IT environment demands more than basic monitoring. PRTG provides a unified view of your entire infrastructure - across sites, clouds, and hybrid setups. Advanced analytics, customizable dashboards, and granular access controls empower your team to detect issues early and respond fast. Automate reporting, ensure compliance, and scale effortlessly as your network grows. With PRTG, you get reliability, flexibility, and the insights you need to keep your business running at peak performance.
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