What is KMS Key Material?

0

I'm looking to import my own keys into KMS and I see there is KMS Key Materials, what exactly is this?

已提问 10 个月前757 查看次数
3 回答
1
已接受的回答

Key material is the string of bits used in a cryptographic algorithm. Secret key material must be kept secret to protect the cryptographic operations that use it. Public key material is designed to be shared.

Each KMS key includes a reference to its key material in its metadata. The key material origin of symmetric encryption KMS keys can vary. You can use key material that AWS KMS generates, key material that is generated in the AWS CloudHSM cluster of a custom key store, or import your own key material. If you use AWS KMS key material for your symmetric encryption KMS key, you can enable automatic rotation of your key material.

By default, each KMS key has unique key material. However, you can create a set of multi-Region keys with the same key material.

https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-material

Documentation on how to import Key Material into KMS: https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html

AWS
已回答 10 个月前
0

Key material is the string of bits used in a cryptographic algorithm. Much more extensive detail about it can be found here https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-material

profile picture
专家
Steve_M
已回答 10 个月前
0

Key material:

    Key material is the string of bits used in a cryptographic algorithm. Secret key material must be kept secret to protect the cryptographic operations that use it. Public key material is designed to be shared.

Detailed description is available at What is Key Material

Here is how you'd create AWS KMS Key with you own key material: Importing key material steps

General documentation: Importing key material for AWS KMS keys

You may find this Knowledge Center Article for step by step guide.

Hope you find this useful.

Abhishek

profile pictureAWS
专家
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则