开发者

iPhone: supported algorithm for Encryption /decryption

开发者 https://www.devze.com 2022-12-14 15:56 出处:网络
i am new to iPhone. i want to know which Encryption /decryption algorithm is supported by iPhone ? please 开发者_如何学运维suggest or provide me some helpful linkYou can find supported standard encryp

i am new to iPhone. i want to know which Encryption /decryption algorithm is supported by iPhone ? please 开发者_如何学运维suggest or provide me some helpful link


You can find supported standard encryption algorithms in CommonCryptor.h header:

enum {
    kCCAlgorithmAES128 = 0,
    kCCAlgorithmDES,        
    kCCAlgorithm3DES,       
    kCCAlgorithmCAST,       
    kCCAlgorithmRC4,
    kCCAlgorithmRC2     
};
0

精彩评论

暂无评论...
验证码 换一张
取 消