Bigbug Hello Bigbug 🙂
Thankyou for your reply! This would have been most helpful!
However, I experimented, and found.
If you place your Master Encryption Key in /var/www/itflow.domain.com/setup.php during OOBE (Fresh install, at setup via http) and comment out "randomString();" then continue with setup as normal.
Importing an existing sql dump with hashed passwords will decrypt just fine 🙂
Incredible!
eg;
//Generate master encryption key
$site_encryption_master
key = "MASTER
ENCRYPTION_KEY"; //randomString();
It is obviously wise to remove your master encryption key from setup.php and return the line to default, once ITFlow is up and running 🙂