Ben böyle bir şey gider bir kod var:
$cipher_alg = MCRYPT_RIJNDAEL_128;
$decrypted_string = mcrypt_decrypt($cipher_alg, $key,
$encrypted_string , MCRYPT_MODE_CBC, trim(hex2bin(trim($hexiv))));
Ben çözme sürecinde mcrypt_decrypt
arkasında veya $decrypted_string
önünde bir karşılıksız boşluk veya boş karakterler tanıtacak endişe.
Yani bunu Döşeme gerekir?
Note: I could have run the code and find this out. But since I can never run enough samples to prove ( or disprove) my point, I want some concrete and theoretical answers, probably based on the inner working of the mcrypt_decrypt
algoritması. Ben sormak başka nedeni ben bu başkalarına yardım etmek için gidiyor inanıyorum olmasıdır. Strong>
Note 2: Notwithstanding with the answer below, bu examples here doğru şifresi dize almak için kırparak kullanmak yok gibi görünüyor. Strong>