[BASH] wordhasher - a simple script to hash a word

davenull

New member
I wrote a simple bash script that hash a given word in some hash algorithms as: MD5, SHA, SHA1, SHA224, SHA256, SHA384, SHA512.
It doesn't support the hash salting, but it's usefull to compare the given hash with the hash cracker databases.
This is for increase our password security.
If you want to help me to develop this, all tips are permitted.
This is the download script: http://www..davenull.altervista.org/files/bash_scripts/wordhasher
 

leeterthanu

New member
I am interested in how you exactly did this. Did you use a builtin functionality such as the tool you use from the commandline?
I would like to establish a connection between me and other developpers.

If there is anyone reading these pls contact me.

I think you can easily salt your hashes by adding a function to generate a random string to your code.
 

davenull

New member
leeterthanu said:
I am interested in how you exactly did this. Did you use a builtin functionality such as the tool you use from the commandline?
I would like to establish a connection between me and other developpers.

If there is anyone reading these pls contact me.

I think you can easily salt your hashes by adding a function to generate a random string to your code.

maybe i will open a lot of repository on github. i have a lot of usefull script powered by me, never published. i want to do a little suite
 

davenull

New member
leeterthanu said:
I am interested in how you exactly did this. Did you use a builtin functionality such as the tool you use from the commandline?
I would like to establish a connection between me and other developpers.

If there is anyone reading these pls contact me.

I think you can easily salt your hashes by adding a function to generate a random string to your code.

what kind of developers???