DEPRECATED


Keywords
cli, mount, unmount, truecrypt, privacy, security, encryption, javascript, npm, npm-package
License
MIT
Install
npm install tcmount@1.2.0

Documentation

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'