Monday, 2 September 2013

Decrypt text iOS

Decrypt text iOS

How to decrypt a text got as a response from the server.
I have the below parameters that was used to encrypt the string with
Rijndael DES algorithm.
passPhrase = "Jxy37Kn@" saltValue = "M9!1lj5" hashAlgorithm = "SHA1"
passwordIterations = 2 //Integer initVector = "@1B2c3D4e5F6g7H8" keySize =
256 //Integer
The text that I get from the server is jp9VG27FQYXh+Uvkc9meFw==
Can someone please help me to decrypt the above text in iOS by pointing to
some sample code.

No comments:

Post a Comment