Does anyone know of a simple one-way hash function that can easily be made in scratch?
The number of output bits should be 64, or 16 hexadecimal digits. It needs to exibit the avalanche effect (well, it should to be secure).
I need it for my CM Forum, more specifically, account creation, login/logout, and password protection (mainly this one).
Credit will be given, although I don't know when I can use the hash.
Offline
SciTecCf wrote:
Hmm... I don't know. Maybe roijac can help you.
Where could I ask him?
<At least 180 seconds have to pass between posts.<Please<wait<a<little<while<and<try<posting<again.>>>>>>>>>>
bonechill wrote:
hash?
http://en.wikipedia.org/wiki/Cryptographic_hash_function
Offline
ftf841 wrote:
bonechill wrote:
yay, did you decide ftf841?
on what?
Good question. If it doesn't have to do with this thread, please do not post it here
You can post it in my forum: http://scratch.mit.edu/projects/Molybdenum/2670882
Back on topic: Does anyone have a simple hash?
Offline
Molybdenum wrote:
ftf841 wrote:
bonechill wrote:
yay, did you decide ftf841?
on what?
Good question. If it doesn't have to do with this thread, please do not post it here
You can post it in my forum: http://scratch.mit.edu/projects/Molybdenum/2670882
Back on topic: Does anyone have a simple hash?
sorry, no. It was if he would do a voice for me. sorry if I spammed.
Offline
Yes, go on vb forums on microsoft.com and look for the triple DES Method.
make it a function in a dll. It is naturally just an reciprocal style encrypt function, but you can turn this into a hash if you use the input as the string and the key.
Hope it works.
Offline