First point. AES has replaced DES as the de facto encrpytion standard, at least for the banking industry.
Second point: No matter what you decide, this is what you need to do.
- Add the Security.framework project to the project.
- Import the file "CommonCrypto / CommonCryptor.h". It contains all interfaces for symmetric encryption.
- Using the methods of this class, you can define your encryption algorithm (AES, DES, etc.), the key size, the add-on you want to use, etc.
- If necessary, you should use a one-time API for encryption / decryption (CCCrypt ()) or more complex parameters.
Hope this helps. Let me know if you need any information.
Karan rath
source share