You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use -k mysecretpassword after aes-128-cbc to avoid the interactive password request. However note that this is highly insecure.
Use aes-256-cbc instead of aes-128-cbc to get even stronger encryption. This uses also more CPU.
The text was updated successfully, but these errors were encountered:
Add support for encrypt openssl backup files.
More security for transport over the Internet.
Encrypt and decrypt:
Note that the file can of course be a tar archive.
tar and encrypt a whole directory
tar zip and encrypt a whole directory
Use -k mysecretpassword after aes-128-cbc to avoid the interactive password request. However note that this is highly insecure.
Use aes-256-cbc instead of aes-128-cbc to get even stronger encryption. This uses also more CPU.
The text was updated successfully, but these errors were encountered: