MCRYPT_RIJNDAEL_256 chiave massima consentita? [chiuso]

-1

chiave massima per MCRYPT_RIJNDAEL_256?

mcrypt_encrypt (MCRYPT_RIJNDAEL_256, < < == hash_hmac utilizzando sha512 == > & gt ;, $ text, MCRYPT_MODE_ECB, $ iv)

Attenzione: mcrypt_encrypt (): la dimensione della chiave è troppo grande per questo algoritmo in C: \ xampp \ htdocs \ natabuana.com \ cpanel \ encryption.php sulla riga 18

    
posta Surya Tanamas 11.03.2014 - 06:22
fonte

1 risposta

1

Si sta utilizzando un HASH_HMAC di SHA-512, che fornisce 512 bit, mentre la lunghezza massima della chiave che è possibile utilizzare è 256 bit. Cambia il tuo HMAC a 256.

    
risposta data 11.03.2014 - 08:19
fonte

Leggi altre domande sui tag