ahkscript / sjBot

Sjc1000's Python IRC bot for the ahkscript community.
GNU General Public License v3.0
6 stars 1 forks source link

Passwords #4

Closed joedf closed 10 years ago

joedf commented 10 years ago

Cool login feature! I just have one suggestion. Passwords should be stored as checksums/hashes. It will protect people's "privacy".

I suggest using SHA-1: https://docs.python.org/2/library/sha.html

Regards :+1:

ChalamiuS commented 10 years ago

Or something like bcrypt https://pypi.python.org/pypi/bcrypt/1.0.2

Sjc1000 commented 10 years ago

Uggh. These things need to give me a REALLY BIG notification. I never see em. Ill make these changes, thanks :D

joedf commented 10 years ago

Hmm... check your Notification settings?

Sjc1000 commented 10 years ago

Its all set to notify me, just i don't check my email all that often.

joedf commented 10 years ago

I use X-Notifier (Email checker) :+1:

Sjc1000 commented 10 years ago

I use Thunderbird, but i don't always run it :P

joedf commented 10 years ago

I see :stuck_out_tongue: well, X-notifier is integrated into your browser and notifies you of new emails every 5-10 mins... that is if you choose to try it :wink:

Sjc1000 commented 10 years ago

v4 development is coming along so quick! This will not be implemented in v3. It will be in v4.

Sjc1000 commented 10 years ago

Now patched.