Monday, March 5, 2018

How can I encrypt a file with the Serpent encryption algorithm?

I would like to encrypt a file using a symmetric key algorithm. AES is a common algorithm, but I don't quite trust it, and I heard that Serpent is a very strong alternative. How can I encrypt/decrypt a file with Serpent, preferably through a command line?

No comments:

Post a Comment