Skip to content
Snippets Groups Projects
Commit 0f029176 authored by Peter Rotich's avatar Peter Rotich
Browse files

Use 16-bytes iv.

parent 2b1e9606
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ class TestCrypto extends Test { ...@@ -67,7 +67,7 @@ class TestCrypto extends Test {
function testOpenSSL() { function testOpenSSL() {
$tests = array( $tests = array(
1 => 'JDEk4Wt4jRG460XnEIzKhTCKE9I0xfU3UadzF4rvlx++uCAOz0cQXDnRFX+VzHtgvfdabZ0FJ8T3e+M=', 1 => 'JDEkRiLtWBgRN68kJjp4jsM6xKJY+XFYwMeaQIHJXKW8v3fEZzs3gCq3hKevgvAjvdgwx5ZUYLFPsFehLtkzAw8IlQ==',
); );
if (!CryptoOpenSSL::exists()) if (!CryptoOpenSSL::exists())
return $this->warn('Not testing openssl encryption'); return $this->warn('Not testing openssl encryption');
...@@ -79,7 +79,7 @@ class TestCrypto extends Test { ...@@ -79,7 +79,7 @@ class TestCrypto extends Test {
function testPHPSecLib() { function testPHPSecLib() {
$tests = array( $tests = array(
1 => 'JDEkj42jvo2ADNoAGCvtbKoZfsVvFPGNNPDQrlcHOxQV9pjNRTJocsJhguJtjqajFTJX6rMuEVmMgrE=', 1 => 'JDEkvH/es2Drdsmc8pU2UBnBxhiPavtvst2Sl9jOYVXTRjHsgPmv8+8mIgwnA1nQ6EI2AoTq2gMZtoBoqK3Mzpw8IQ==',
); );
if (!CryptoPHPSecLib::exists()) if (!CryptoPHPSecLib::exists())
return $this->warn('Not testing PHPSecLib encryption'); return $this->warn('Not testing PHPSecLib encryption');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment