|
Literature
Africa |
Encrypt or Decrypt a filefor e-mail transfer Choose a cipher (CBC), and also specify you want to base64-encode the data. Encrypt file.txt to file.enc using 256-bit AES in CBC mode - the output is base64 encoded. To decrypt file.enc you or the file’s recipient must specify the cipher and the passphrase. Decrypt base64-encoded version Decrypt base64-encoded version, change in default ... so specify ... |