https://github.com/davidfoerster/truecrypt-tools
some support tools to integrate TrueCrypt into Linux
https://github.com/davidfoerster/truecrypt-tools
linux mount truecrypt veracrypt
Last synced: about 1 month ago
JSON representation
some support tools to integrate TrueCrypt into Linux
- Host: GitHub
- URL: https://github.com/davidfoerster/truecrypt-tools
- Owner: davidfoerster
- Created: 2013-02-10T16:45:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T01:48:30.000Z (about 10 years ago)
- Last Synced: 2025-01-07T20:13:49.286Z (over 1 year ago)
- Topics: linux, mount, truecrypt, veracrypt
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
truecrypt-tools
===============
A collection of support tools to integrate TrueCrypt into Linux.
Features
--------
* mount TrueCrypt volumes with `mount -t truecrypt` (and consequently from
`fstab`)
* respect default keyfiles of the mountpoint owner
* unmount with `umount`
* unmount on suspend-to-disk
* terminate blocking processes and possibly kill them after a grace period
Prerequesites
-------------
* [VeraCrypt] or [TrueCrypt] (legacy)
* `xpath(1p)` (package `libxml-xpath-perl` on Debian-based distributions)
* `waitproc` (compile from `src/waitproc`)
[TrueCrypt]: http://truecrypt.sourceforge.net/
[VeraCrypt]: https://github.com/veracrypt/VeraCrypt