I'm trying to do an encryption method for ios mobile platform(Objective C) which on android(Java) is using this method
Need guidance on how to apply that method for ios. Am not very sure on how to port it to xcode to use it.
Thanks in advance :)
I'm trying to do an encryption method for ios mobile platform(Objective C) which on android(Java) is using this method
Need guidance on how to apply that method for ios. Am not very sure on how to port it to xcode to use it.
Thanks in advance :)
You could try having a look at this:
https://github.com/aerogear/aerogear-crypto-ios
It's a nice wrapper over the underlying crypto functionalities in iOS.