shove70 / crypto

A D Library of encryption, decryption, encode, hash, and message digital signatures.
MIT License
34 stars 12 forks source link

RSA-OAEP #29

Open webloft opened 2 years ago

webloft commented 2 years ago

Hello,

I like this native litte lib to use for RSA encryption but it lacks of support for OAEP (Optimal Asymmetric Encryption Padding) which is required to make it compatible with other suites like the WebCryptoApi as other padding variants are not considered safe anymore.

shove70 commented 2 years ago

Okay, that's a good idea!