Greetings Cryptographers :)
I'm trying to do some sort of RSA verification as described here:
https://wopi.readthedocs.org/en/latest/scenarios/proofkeys.html#using-the-rsa-modulus-and-exponent-to-retrieve-the-public-key
https://wopi.readthedocs.org/en/latest/scenarios/proofkeys.html#verifying-the-
You probably need to use hazmat, but it has a pretty nice API. There's a short
example in the docs:
https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/#signing
Best Regards,
Stanisław Pitucha
smime.p7s
Description: S/MIME cryptographic signature
On Tue, 2016-02-09 at 03:11 +, Pitucha, Stanislaw Izaak wrote:
> You probably need to use hazmat, but it has a pretty nice API.
> There's a short example in the docs:
> https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/#s
> igning
And to build the key he should do something li
> On Feb 8, 2016, at 10:52 PM, Daniel Monteiro Basso
> wrote:
>
> On Tue, 2016-02-09 at 03:11 +, Pitucha, Stanislaw Izaak wrote:
>> You probably need to use hazmat, but it has a pretty nice API.
>> There's a short example in the docs:
>> https://cryptography.io/en/latest/hazmat/primitives/a