Anonymous ID: 33e664 Jan. 15, 2023, 7:18 a.m. No.18148796   🗄️.is 🔗kun

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>