Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
```