Cipher#835
New password for this algorithm cammand line: openssl enc -aes-256-cbc -in <inputfile-out <outputfile> -pass pass:<password>
Generate a new key: openssl rand -base64 32 key.txt
Add the generated key in the command: openssl enc -aes-256-cbc -in <inputfile-out <outputfile> -K $(cat key.txt) -iv 0 -pass pass:<password>