I just want to be able to encrypt with a public key and OaepSHA256 Padding or better in my Xamarin Apps.
Take a look at PCLCrypto , the Algorithm it supports
MD5
SHA-1
SHA-256
SHA-384
SHA-512
Details usage refer https://xamarinhelp.com/cryptography-in-xamarin-forms/
Answers
Take a look at PCLCrypto , the Algorithm it supports
MD5
SHA-1
SHA-256
SHA-384
SHA-512
Details usage refer https://xamarinhelp.com/cryptography-in-xamarin-forms/