Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsora/safedrive
Create and manage virtual encrypted drive on Linux with ease
https://github.com/gsora/safedrive
Last synced: about 16 hours ago
JSON representation
Create and manage virtual encrypted drive on Linux with ease
- Host: GitHub
- URL: https://github.com/gsora/safedrive
- Owner: gsora
- License: mit
- Created: 2014-05-30T09:57:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T10:05:16.000Z (over 10 years ago)
- Last Synced: 2023-08-14T03:50:59.036Z (over 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SafeDrive
## *Create and manage a virtual encrypted drive on Linux with ease**TrueCrypt? Tsk, we have dm-crypt*
With SafeDrive you'll be able to create encrypted disk images thanks to the native encryption system inside the Linux kernel.
### Create a drive
# ./createSafeDrive
### Mount a drive
# ./mountcrypt yourfile mountpoint### Unmount a drive
# ./umountcrypt yourfile mountpointIf invoked without any argument `mountcrypt` and `umountcrypt` will print a list containing all the encrypted virtual drive available for mounting/unmounting.
Be sure to have `cryptsetup` in your $PATH.