Core/Application/Config/config.encryption.php
Abel Hoogeveen 2cbc431283 Implemented the first extension: the Encryption extension.
The Encryption Library provides two-way data encryption. To do so in a cryptographically secure way, it utilizes one of multple PHP extensions.
2016-05-13 22:52:14 +02:00

6 lines
50 B
PHP

<?php
return array(
'encryption_key' => '',
);