Openssl encrypt and decrypt a file

This is so painful to read. 8912 bit keys, S/mime as local encryption, CBC modes of AES.

1 Like

yeah but it helps the neophytes. Got any tips so they can do better?

Don’t try and finagle openssl to do something it isn’t meant to do.

Use standard key sizes, utilities such as dm-crypt/LUKS and GPG are designed for in-place encryption and will work better for that purpose.

I could go on but I don’t have a handy beginner’s pointer on-hand.

1 Like