MCrypt rijndael-256 peut-il être converti en OpenSSL aes-256-ecb Comment le convertir ?
皮蛋瘦肉
皮蛋瘦肉 2022-02-28 16:31:48
0
0
1082
        $init_size = mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256, MCRYPT_MODE_CBC);
        $init_iv = mcrypt_create_iv($init_size, MCRYPT_RAND);
        $data = $init_iv . mcrypt_encrypt(MCRYPT_RIJNDAEL_256, $key, $data, MCRYPT_MODE_CBC, $init_iv);

Comment convertir cette méthode de cryptage en méthode de cryptage openssl

J'ai parcouru Internet et j'ai dit que MCRYPT_RIJNDAEL_256 ne correspondait pas à openssl aes-256-cbc.

Alors, comment dois-je résoudre le problème ci-dessus ?

皮蛋瘦肉
皮蛋瘦肉

répondre à tous(0)
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal