Comparison of DES, Triple DES, AES, blowfish encryption for data

前端 未结 8 2219
礼貌的吻别
礼貌的吻别 2020-11-28 01:10

Does anyone have pros and cons together for comparing these encryption algorithms ?

8条回答
  •  时光说笑
    2020-11-28 01:33

    AES is a symmetric cryptographic algorithm, while RSA is an asymmetric (or public key) cryptographic algorithm. Encryption and decryption is done with a single key in AES, while you use separate keys (public and private keys) in RSA. The strength of a 128-bit AES key is roughly equivalent to 2600-bits RSA key.

提交回复
热议问题