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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -