CodeIgniter Forums
How to encrypt on vb6 when codeigniter decrypts - 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 to encrypt on vb6 when codeigniter decrypts (/showthread.php?tid=68592)



How to encrypt on vb6 when codeigniter decrypts - samra - 08-02-2017

Hi there, I am developing an encryption program on vb 6 which will then be de-crypted by CodeIgniter.
My encryption program uses pbkdf2 whereas CodeIgnitor is using hkdf.. Can that be changed?

Also, my program does not generate an HMAC-key. Is it necessary?[ I am not even a php developer but as far as I could research/understand I think we can put it off by setting hmac to false]. Urgent reply please. Thanks.