encryption
- Posted by Hawke' <mdeland at GEOCITIES.COM> Dec 11, 1998
- 533 views
for EUServer, I upped the encryption strength as the algorithm before was simply, really, too weak... as such, I am in need of person's interested in attempting to take an encrypted string (sequence of char) and determine what the password is, from that string... here is a sample of an encrypted string: (which is also declared for you in trycrack.ex) and attached are 2 files, one contains the encryption algorithm (shrouded) and another is a sample program on how to use that program ( Encrypt.shr basically has 2 functions: Encrypt(sequence password) --returns an encrypted string based upon password Decrypt(sequence encrypted_string, sequence attempt) --returns a string that is the result of applying --attempt to encrypted_string. if that result is --the same as attempt, then you know that attempt --was the correct password ) and your guess is? :) thanks in advance... --Hawke'