Hi, I'm using the following command to encrypt file.ser (serialized java file) : openssl smime -encrypt -binary -outform PEM -in file.ser -out file.ser .....
I want to override the input file. It's not working. Is it possible to do that???? (Also i need it in decryption). Sincerly