Encrypt/decrypt files with the OpenSSL CLI
by peacebreaker2k on 12/11/2022, 2:08:28 AM
encrypt and decrypt files/streams with the openssl command line.
Q: How would you improve that without increasing the simplicity of the approach?
Q: Is a random 'salt' required here, or does the aes-256-cbc do it for me anyway?
encrypt and decrypt files/streams with the openssl command line.
Q: How would you improve that without increasing the simplicity of the approach?
Q: Is a random 'salt' required here, or does the aes-256-cbc do it for me anyway?