PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
270 stars 76 forks source link

OAEP encoding #160

Closed duncanhoggan closed 5 years ago

duncanhoggan commented 5 years ago

The base code is in and, not sure what the testing structure is here. @stevenroose if you guys are happy pull it in.

Will PR a change to the README.MD when its in.

stevenroose commented 5 years ago

I think the README change could be part of this PR.

@lionlin @AquaWolf please review and test

duncanhoggan commented 5 years ago

@stevenroose readme done.

duncanhoggan commented 5 years ago

@rondluper Will assess and check those changes and get them in.

stevenroose commented 5 years ago

@rondluper can you please review @duncanhoggan's last changes?

@lionlin @AquaWolf, could you also take a look perhaps?

thanks!

AquaWolf commented 5 years ago

Hi @stevenroose I've made a small encrypt/decrypt roundtrip with the same keypair and different frameworks. For encrypting I've used the updated implementation of @duncanhoggan then i decrypted the chiphertext with pycryptodome in python. The output of pycryptodome was the same plaintext like i had before.

stevenroose commented 5 years ago

@AquaWolf Did you also try the other way around?

stevenroose commented 5 years ago

I'm gonna merge this. Thanks a lot!