Joke Collection Website - Public benefit messages - android 3DES encryption and MD5 encryption

android 3DES encryption and MD5 encryption

Frequently used encryption algorithms: DES, 3DES, RC4, AES, RSA, etc.;

Symmetric encryption: des, 3des, aes

Asymmetric encryption: rsa

Irreversible encryption: md5

Encryption mode: ECB, CBC, CFB, OFB, etc.;

Padding mode: NoPadding, PKCS1Padding, PKCS5Padding, PKCS7Padding