encryption

new topic     » topic index » view thread      » older message » newer message

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'

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu