rafaeelaudibert / Encryptor

Several encryptors (cryptographic secure or not) available in a REST API fashion, using Flask
8 stars 12 forks source link

Implemented RSA encryptor #28

Closed pragyanmehrotra closed 4 years ago

pragyanmehrotra commented 4 years ago

Hi, @rafaeelaudibert I took your advice and tried to code according to as the other encryptors were coded, the catch is the input text for decrypt should be in hex.

This has reference to Issue #19

pragyanmehrotra commented 4 years ago

Hi, @rafaeelaudibert I have incorporated the changes you have asked for and added a few test cases as well, Please have a look at them and lemme know if any further changes are needed.

rafaeelaudibert commented 4 years ago

Hey @pragyanmehrotra , just passing by to see if you have any updates on that?

pragyanmehrotra commented 4 years ago

Hi, @rafaeelaudibert Sorry for the late reply and a bit of inactivity I had a lot of quizzes this week and was a little busy with deadlines I'll drop the changes by this weekend.

rafaeelaudibert commented 4 years ago

Hey @pragyanmehrotra, don't worry! Be free to take the time you need to take for it! Good luck with the deadlines.

pragyanmehrotra commented 4 years ago

Yeah got a heavy weekend, had to implement the whole GUI part and the animations of a Game as a part of the deadline due Sunday night, Fortunately was able to get something done in time. Have a look at the tests I have added for the api and lemme know if some further changes are needed

rafaeelaudibert commented 4 years ago

That's awesome! Thank you very much @pragyanmehrotra, have a good end of the year!