How to Encrypt Any File on your Mac using Terminal (No Download!)
In this video, I show you how to encrypt and decrypt any type of file on you Mac. Look below for all of the code (don't sweat it if you're not acquainted with terminal, its easy!) Encrypt: openssl enc -aes-256-cbc -e -in {path-in} -out {path-out} Decrypt: openssl enc -aes-256-cbc -d -in {path-in} -out {path-out} Website: http://ToddTG.com/
In this video, I show you how to encrypt and decrypt any type of file on you Mac. Look below for all of the code (don't sweat it if you're not acquainted with terminal, its easy!) Encrypt: openssl enc -aes-256-cbc -e -in {path-in} -out {path-out} Decrypt: openssl enc -aes-256-cbc -d -in {path-in} -out {path-out} Website: http://ToddTG.com/