Welcome Guest, Not a member yet? Register   Sign In
How encrypt with vector
#6

Make sure that you are using the library version it has OpenSSL driver.

From viewing the library they are doing the vector using the key.

PHP Code:
$key openssl_random_pseudo_bytes($length$is_secure); 

As you can see above.

The vector is from what I read just the length of the key.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
How encrypt with vector - by omid_student - 01-28-2020, 12:03 PM
RE: How encrypt with vector - by InsiteFX - 01-29-2020, 03:29 AM
RE: How encrypt with vector - by omid_student - 01-29-2020, 06:53 AM
RE: How encrypt with vector - by InsiteFX - 01-29-2020, 09:08 AM
RE: How encrypt with vector - by omid_student - 01-30-2020, 02:35 AM
RE: How encrypt with vector - by InsiteFX - 01-30-2020, 05:31 AM
RE: How encrypt with vector - by omid_student - 01-30-2020, 08:43 AM
RE: How encrypt with vector - by InsiteFX - 01-30-2020, 01:03 PM
RE: How encrypt with vector - by omid_student - 01-30-2020, 01:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB