Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 467 Bytes

tcmount

Due to the discontinuation of TrueCrypt, this package is no longer supported or recommended!

Instead, use VeraCrypt. Install VeraCrypt on OSX with:

brew cask reinstall veracrypt osxfuse

and use with these aliases:

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'