Bitcoin Forum

Other => Beginners & Help => Topic started by: matt_boyd on April 18, 2013, 03:41:30 PM



Title: Password hasher, adds more security to your password!
Post by: matt_boyd on April 18, 2013, 03:41:30 PM
So, I am quite new to the whole programming thing and so I picked up Python. I didn't find it too strenuous and so I created this little program which hashs your input and gives you the outputted hash for example SHA256, MD5, SHA512 and much more. It is currently still in development so yes, bare that in mind.

Here is the link to the project on Github so that you can inspect the code and what not; "https://github.com/matt-boyd/hashing_program"

Feel free to tell me what you think about it,

Thanks Matt! :)


Title: Re: Password hasher, adds more security to your password!
Post by: Dougie on April 18, 2013, 03:49:52 PM
Glad your picking up such a useful language! Not sure how much use the program will be but you never know, someone could learn from it.

What other projects do you have planned?


Title: Re: Password hasher, adds more security to your password!
Post by: matt_boyd on April 18, 2013, 03:52:07 PM
I'm not too sure yet. I am actually trying to think of something to do? Maybe something like a bitcoin-everything guide that contains tickers, ways to make money etc?

If you have any ideas, please tell me!

Oh and aside from Python I have a gambling project at http://matt-boyd.co.uk/dice, tell me what you think of that!


Thanks, Matt.