Re: RSA Optimal asymmetric encryption padding
Thomas Gusenleitner <[email protected]> Thu, 21 Sep 2017 12:02:29 +0200
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Grubba, Thanks a lot! any idea when roxen with pike 8.1 support will be available? bye Thomas Am Donnerstag, den 21.09.2017, 10:04 +0200 schrieb Henrik Grubbström: > On Thu, 21 Sep 2017, Thomas Gusenleitner wrote: > > > Hello, > > Hi Thomas. > > > does pike support encryption with RSA-OAEP? I just found support > for PCKS > > 1.5 Padding. > > It and PSS are supported in Pike 8.1. > > Pike v8.1 release 11 running Hilfe v3.5 (Incremental Pike Frontend) > > object rsa = Crypto.RSA(); > > rsa; > (1) Result: Crypto.RSA.State(1) > > rsa->name(); > (2) Result: "RSA" > > rsa->OAEP->name(); > (3) Result: "RSAES-OAEP" > > rsa->PSS->name(); > (4) Result: "RSASSA-PSS" > > rsa->PKCS1_5->name(); > (5) Result: "RSA" > > > greetings > > Thomas > > /grubba > > -- > Henrik Grubbström grubba@roxen. > com > Roxen Internet Software AB >