rafaeelaudibert / Encryptor

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

Blowfish #14

Closed rafaeelaudibert closed 3 years ago

rafaeelaudibert commented 4 years ago

Hello!

The Blowfish is available to be implemented!

Make sure to read our contribution guidelines

mhrownaghi commented 4 years ago

The Blowfish Algorithm implemented and is available in: https://github.com/jashandeep-sohi/python-blowfish

rafaeelaudibert commented 4 years ago

The Blowfish Algorithm implemented and is available in: https://github.com/jashandeep-sohi/python-blowfish

That looks like a great implementation! If you, or anybody else, wants to adapt it to match it to the API in this project, it would be awesome.