|
|
|
|
|
by IncRnd
1273 days ago
|
|
It's not that complex, and many products and approaches handle this properly. Keep the key out of band with the secrets. Never keep the secrets in an unencrypted form. Keying material can be composed of or accessed by what you know, what you have, and what you are. Don't store the key anywhere, either by protecting the key with a kek, shared secrets, or any one of many other workable models. In some cases private keys can be a component of the security model. It is important to understand the threat model in order to place the appropriate mitigations into the security architecture. |
|