Ben Chuanlong Du's Blog

It is never too late to learn.

Algorithms and Tools for Encryption

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. RSA is most widely used algorithm but is computationally expensive.

  2. A good compromise is to use RSA to encrypt the symmetric key that is then used in AES encryption of the larger data.

  3. AES and Twofish are good symmetic encryptions algorithms.

Comments