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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -