https://github.com/danyshaanan/tcmount
DEPRECATED
https://github.com/danyshaanan/tcmount
javascript npm npm-package truecrypt
Last synced: about 1 year ago
JSON representation
DEPRECATED
- Host: GitHub
- URL: https://github.com/danyshaanan/tcmount
- Owner: danyshaanan
- License: mit
- Created: 2013-10-25T12:21:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T14:53:21.000Z (over 7 years ago)
- Last Synced: 2025-03-26T20:02:02.465Z (about 1 year ago)
- Topics: javascript, npm, npm-package, truecrypt
- Homepage:
- Size: 632 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tcmount
Due to the discontinuation of TrueCrypt, this package is no longer supported or recommended!
Instead, use [VeraCrypt](https://www.veracrypt.fr). Install VeraCrypt on OSX with:
```bash
brew cask reinstall veracrypt osxfuse
```
and use with these aliases:
```bash
alias vc='/Applications/VeraCrypt.app/Contents/MacOS/VeraCrypt -t'
alias vctc='vc --truecrypt'
alias vu='vc -d'
alias vm='vc -k="" --protect-hidden=no --pim=0'
alias vmro='vm -m readonly'
```