Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danyshaanan/tcmount
DEPRECATED
https://github.com/danyshaanan/tcmount
javascript npm npm-package truecrypt
Last synced: about 1 month ago
JSON representation
DEPRECATED
- Host: GitHub
- URL: https://github.com/danyshaanan/tcmount
- Owner: danyshaanan
- License: mit
- Created: 2013-10-25T12:21:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T14:53:21.000Z (almost 6 years ago)
- Last Synced: 2024-12-23T12:22:46.944Z (about 2 months 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'
```