CodeIgniter Forums
How use IV in encryption library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How use IV in encryption library (/showthread.php?tid=74087)



How use IV in encryption library - omid_student - 07-19-2019

Hi
In android programming,for use decrypt aes,it need to IV argument for decryption
But in in Encryption library,encrypt function does not want IV argument
Where is IV argument?
How do i use it?


RE: How use IV in encryption library - InsiteFX - 07-20-2019

Maybe these links will help you understand it:

What is an openssl iv, and why do I need a key and an iv?

PHP: Basic two-way encryption

php Encryption/Decryption


RE: How use IV in encryption library - omid_student - 07-27-2019

(07-20-2019, 08:08 AM)InsiteFX Wrote: Maybe these links will help you understand it:

What is an openssl iv, and why do I need a key and an iv?

PHP: Basic two-way encryption

php Encryption/Decryption
Thanks


RE: How use IV in encryption library - bomi - 07-30-2019

Did you solve the issue?