Thread: Magentocommerce
View Single Post
Old 6th March 2008, 08:44 AM   #7 (permalink)
Simon
Dedicated to life!
 
Simon's Avatar
 
Join Date: Jul 2005
Location: 3638'4.48"N - 442'18.52"W
Posts: 2,058
Send a message via MSN to Simon Send a message via Yahoo to Simon Send a message via Skype™ to Simon
Not sure thats true uxello...

Source: http://www.stiplady.net/code/mcrypt.php5?source
Quote:
Originally Posted by http://www.stiplady.net/code/mcrypt.php5
Current php version 5.2.4
Encrypted string length = 27
Encrypted = /Wž‘¶}ԦUvXT
Key = a7bc27daf59679de9db7b68b1ef92785
Decrypted string length = 27
Decrypted = This is very important data
Output from mcrypt_list_algorithms
Array
(
[0] => cast-128
[1] => gost
[2] => rijndael-128
[3] => twofish
[4] => arcfour
[5] => cast-256
[6] => loki97
[7] => rijndael-192
[8] => saferplus
[9] => wake
[10] => blowfish-compat
[11] => des
[12] => rijndael-256
[13] => serpent
[14] => xtea
[15] => blowfish
[16] => enigma
[17] => rc2
[18] => tripledes
)
Output from mcrypt_list_modes
Array
(
[0] => cbc
[1] => cfb
[2] => ctr
[3] => ecb
[4] => ncfb
[5] => nofb
[6] => ofb
[7] => stream
)
Source: http://www.stiplady.net/code/mcrypt.php?source
Quote:
Originally Posted by http://www.stiplady.net/code/mcrypt.php
Current php version 4.4.4
Encrypted string length = 27
Encrypted = Txfn‚~$”• *›BNc0a
Key = a7bc27daf59679de9db7b68b1ef92785
Decrypted string length = 27
Decrypted = This is very important data
Output from mcrypt_list_algorithms
Array
(
[0] => cast-128
[1] => gost
[2] => rijndael-128
[3] => twofish
[4] => arcfour
[5] => cast-256
[6] => loki97
[7] => rijndael-192
[8] => saferplus
[9] => wake
[10] => blowfish-compat
[11] => des
[12] => rijndael-256
[13] => serpent
[14] => xtea
[15] => blowfish
[16] => enigma
[17] => rc2
[18] => tripledes
)
Output from mcrypt_list_modes
Array
(
[0] => cbc
[1] => cfb
[2] => ctr
[3] => ecb
[4] => ncfb
[5] => nofb
[6] => ofb
[7] => stream
)
__________________
Freelance PHP Programming
__________________

Last edited by Simon : 6th March 2008 at 08:50 AM.
Simon is offline