Another key storage way based on hash_salt as an encryption key.
Hash salt is used how a secure key to one time links, hash passwords, etc, and can be protected to not be stored in settings.php.
I think that if hash_salt is compromised, all the system is lost. Then, we can base on it how to secure data, because Drupal has it how as a secure point.