[REL] Cipher encryption class (PHP)

12/27/2009 22:18 ImmuneOne#1
Exactly as the title says, any questions will be answered and a thanks would be appreciated.

#cipher.php
#func.php
#example.php
12/27/2009 22:42 Arcо#2
Nice release, I'm not gonna use it but I'm gonna give you +k for contributing.
12/27/2009 23:05 ~Yuki~#3
maybe a stupid question but wtf does it do?
12/27/2009 23:12 ImmuneOne#4
Quote:
Originally Posted by ~Yuki~ View Post
maybe a stupid question but wtf does it do?
If you remember, lotf and coemu stores the encrypted password into a mysql table.
It's simply to decrypt the password and some other things.
12/27/2009 23:14 ~Yuki~#5
Ahh thanks. finally i got it.

Afaik lotf doesnt use blowfish and coemu doesnt encrypt the passes with it or am i wrong?
12/27/2009 23:23 .Ryu#6
How about a guide on using this>?
12/27/2009 23:26 ImmuneOne#7
Quote:
Originally Posted by ~Yuki~ View Post
Ahh thanks. finally i got it.

Afaik lotf doesnt use blowfish and coemu doesnt encrypt the passes with it or am i wrong?
Password string in CoEmu;
Quote:
Input : password
Output : 142A89A3712DC29A
Small edit;
I don't have to post a guide on how to use it since i gave you an example.