I have a roundcube setup however in the config.php, the database connection is formatted as mysql://username:password@localhost/Database_name
This password is in plain text which is obviously never a good idea, how can I make it encrypted? You'd think this would be standard