| View previous topic :: View next topic |
| Author |
Message |
kingy-en
Joined: 25 Aug 2008 Posts: 3
|
Posted: Tue Oct 21, 2008 11:39 pm Post subject: Blowfish not decripting properly |
|
|
hi
I have managed to get the Package to work but not sure why this is happening
Va:: test 4111111111111111
Rl:: test 4111111111111111���
Va and Rl should be the same
$var = "test 4111111111111111";
$blowfish = new Crypt_Blowfish('super');
$encrypted2 = $blowfish->encrypt($var);
print ("Va:: $var <br/>");
print ("Bl:: $encrypted2 <br/>");
$decripted = $blowfish->decrypt($encrypted2);
print ("Rl:: $decripted <br/>");
this is the code ^^^ propper weird the same thing happes when i use a mcript function has anyone got any ideas? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|