Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Finnigan's Wake
Pete, I visited your page and I downloaded Martin's password cracker.
The script is useless and doesn't work. I'd appreciate if you told me
which one of the papers describes Oracle's encryption algorithm.
This script is written by using what I call "stream of consciousness
scripting technique" and the same applies to the links to "descriptive"
papers. That is why the post was given this title. If you don't want to
give information about the oracle encryption algorithm, but, please,
don't make me lose an hour trying to find something hidden.
This particular snippet decrypts every password which has the same
encryption as the one hardcocded in the script.
sub usage {
print " Usage: $0 <password to decrypt>\n";
}
if ($#ARGV != 0) { usage();
}
else { $encrypted = $ARGV[0]; $encrypted =~ s/$string$/ / or die ("Invalid Password\n"); *************************************************************************
This brings me to the conclusion that you haven't really tested the script before putting the link on your website, have you?
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Mar 26 2004 - 09:20:57 CST
![]() |
![]() |