iOS Reverse Engineering – Encryption Algorithms
👇👇Follow and reply “Join Group” to be added to the Programmer Group Chat👇👇 Author | iOS_BigBook Source | Juejin https://juejin.cn/post/7010665487809904647 1. Classification of Encryption Algorithms Hash (hash) functions: Not encryption algorithms. For example, MD5, SHA1/256/512 Symmetric encryption algorithms: DES, 3DES, AES (Advanced Encryption Standard, the keychain on Mac computers uses AES) Asymmetric encryption algorithms: RSA … Read more