Xor-el / HashLib4Pascal

Hashing for Modern Object Pascal
MIT License
218 stars 79 forks source link

SHA-256 With RSA and MGF1 #9

Closed reinhardt1053 closed 5 years ago

reinhardt1053 commented 5 years ago

I have a X509Certificate and I need to sign a token using the private key of the certificate. The signing algorithm requested is SHA-256 with RSA and MGF1. Is it possible to do that with HashLib4Pascal?

Xor-el commented 5 years ago

HashLib4Pascal is just a Hashing library so it doesn't support signature generation.