From f926915e5622cc0e1d67feb609f9b70ea9eead1f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 20 Nov 2016 21:18:38 -0800 Subject: zot: specify crypto method --- boot.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index aa1da5fdc..1a07cb8d9 100755 --- a/boot.php +++ b/boot.php @@ -640,6 +640,10 @@ function sys_boot() { define( 'DEFAULT_NOTIFY_ICON', '/images/hz-white-32.png' ); } + if(! defined('CRYPTO_ALGORITHM')) { + define( 'CRYPTO_ALGORITHM', 'aes256cbc' ); + } + /* * Try to open the database; */ -- cgit v1.2.3