Thread Perlstring AES Verschlüsselung (wie in PHP MCrypt)
(3 answers)
Opened by kamil at 2013-10-21 21:14
Im looking for an equivalent in perl for the folowing php script
Code: (dl
)
1 $cp = mdecrypt_module_open(MCRYPT_RIJNDAEL_128, '', 'cbc', ''); Tried the folowing: Code: (dl
)
1 use Crypt::Rijndael_PP ':all'; But this doesnt do the same... Does anybody know help? modedit Editiert von GwenDragon: Titel erweitert Last edited: 2013-11-04 20:02:29 +0100 (CET) |