iphone - how to use AES encrption/decryption logic in ios? -
i want aes encryption/decryption logic in ios application. using following things. 1. password 2. iv
a file encrypted in java code. file not able decrypt objective-c. in java code use iv , password encryption.now want decrypt objective-c. can 1 able me resolve issue.
thanks in advance, senthilkumar
there number of opensource libraries available has implementation of aes alogrithm.
https://github.com/gurpartap/aescrypt-objc
if have correct passowrd(private key) can decrypt library.
thanks!
Comments
Post a Comment