I would like to encrypt a string (password) on:
- an iOS device (in Objective C)
- an Android device (in Java)
- a Windows phone (in C#)
...and then send that string via http to a Windows Server that will decrypt it (in C#).
Is there some utility / library / encryption engine that is capable of doing such a task?
Would you provide sample code for:
- iOS device (in Objective C)
- Android device (in Java)
Thanks