Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin Cross platform AES Encryption

Is there any library available that can be used in the PCL that target iOS, Android, and Windows Phone 8 application using Xamarin, for implementing AES 256 encryption.

like image 665
bashahul Avatar asked Feb 10 '23 22:02

bashahul


1 Answers

In .NET Standard 1.3 you can now do aes encryption/decryption and hashing https://xamarinhelp.com/cryptography-in-xamarin-forms/

like image 90
Robin Sanner Avatar answered Feb 12 '23 13:02

Robin Sanner