Looking for testers of hash calculator
-
Hello, a few minutes ago I released version 0.2 of my console-based hash calculator ReHash[new]. Now I need some testers. If you are interested: http://rehash.sourceforge.net[^] Any comments are welcome. :) Thanks :-D Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT) -
Hello, a few minutes ago I released version 0.2 of my console-based hash calculator ReHash[new]. Now I need some testers. If you are interested: http://rehash.sourceforge.net[^] Any comments are welcome. :) Thanks :-D Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT)This is a minor thing, but having
-all
be the default seems odd. If I enterrehash -md5 foo.txt
I only want MD5, not all algorithms. Having to enter-none
every time is strange. --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber #include "witty-quote.h" -
This is a minor thing, but having
-all
be the default seems odd. If I enterrehash -md5 foo.txt
I only want MD5, not all algorithms. Having to enter-none
every time is strange. --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber #include "witty-quote.h"Ok, I will fix this for the next version. Thanks! :-D Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT)