[Cryptography-dev] A RSA signature verification use case

2016-02-08 Thread Ricardo Newbery
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-

Re: [Cryptography-dev] A RSA signature verification use case

2016-02-08 Thread Pitucha, Stanislaw Izaak
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

Re: [Cryptography-dev] A RSA signature verification use case

2016-02-08 Thread Daniel Monteiro Basso
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

Re: [Cryptography-dev] A RSA signature verification use case

2016-02-08 Thread Ricardo Newbery
> 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