开发者

PBKDF2-HMAC-SHA256 Objective-C implementation

开发者 https://www.devze.com 2023-02-01 04:30 出处:网络
Can someone point me to an implementation of PBKDF2 using 开发者_Go百科HMAC-SHA256 to generate a key, in Objective-C.This is part of the key generation process that I will later use for AES-CBC-Pad en

Can someone point me to an implementation of PBKDF2 using 开发者_Go百科HMAC-SHA256 to generate a key, in Objective-C. This is part of the key generation process that I will later use for AES-CBC-Pad encryption.

Thanks in advance


You can just simply borrow C implementation from OpenSSL or any other library.

0

精彩评论

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