Abel Hoogeveen
2cbc431283
The Encryption Library provides two-way data encryption. To do so in a cryptographically secure way, it utilizes one of multple PHP extensions.
6 lines
50 B
PHP
6 lines
50 B
PHP
<?php
|
|
|
|
return array(
|
|
'encryption_key' => '',
|
|
);
|