Abhiramborige / Crypto-systems

This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!
MIT License
56 stars 22 forks source link

Add Blowfish and .gitignore #2

Closed skyleaworlder closed 4 years ago

skyleaworlder commented 4 years ago

Context

About Blowfish

In blowfish_encry_decry.py, 3 functions are completed:

About .gitignore

The first time I tried to commit sth, I have committed __pycache__ folder.

So I add a .gitignore template from python-gitignore.

My Blowfish can be "closed", because it may not obey your rules.

But .gitignore is really really needed from my perspective.

Abhiramborige commented 4 years ago

Thanks for contribution! Hope I get some more contributions on the topics:

  1. All types of block cipher modes of operations (small implementations)
  2. SET implementation (very simple and including the core points)
Abhiramborige commented 4 years ago

Give references and credits to the work you made (if so) or else no worries...!

skyleaworlder commented 4 years ago

I feel sorry that I did not give my references before.

The following webpages I read did give me a great help when coding: