encrypt files with password

kenny1999

Member
hi what is the best way to encrypt local files with password?

archive the files as zip/rar with password? is it easy to be broken by average computer user? Assume the passwords are something random impossible to guess out like Ddg4535SDfss
 
zip/rar would probably be your fastest bet. There's an option to encrypt the directory contents too if you wanted to hide filenames as well.

You could manually encrypt them with whatever scheme you wanted to really though. Something asymmetric using a certificate would be stronger than a passphrase even.
 
Back
Top