mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-23 10:48:40 +00:00
6 lines
287 B
PHP
6 lines
287 B
PHP
<?php
|
|
|
|
echo 'Use "/admin/encryption/change -old {old_hash} -new {new_hash}" to change the encryption'
|
|
, "\n\n"
|
|
, 'This is very slow and can take a long time because all the content that is encrypted with the old key will be decrypted and then again encrypted with the new key.';
|