Windows App and Asp.Net Encryption -


i developed asp.net webservice xamarin app. used encryption class based on system.security.cryptography library

now want develop universal app version, need use windows.security.cryptography library

i know different libraries, there way encrypt , decrypt in same way? or if not, there common library?

thanks

take @ pclcrypto. can use same library different project types. library doesn't implement cryptographic algorithms relies on platform specific implementations, it's safe use you're doing now.


Comments