Closed skyleaworlder closed 4 years ago
Thanks for contribution! Hope I get some more contributions on the topics:
Give references and credits to the work you made (if so) or else no worries...!
I feel sorry that I did not give my references before.
The following webpages I read did give me a great help when coding:
Context
About Blowfish
In
blowfish_encry_decry.py
, 3 functions are completed:blowfish
).sep
function is to break a 64 bits block into two 32 bits blocks.f
function is an important part in blowfish.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.