Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我决定管理我的密钥使用 AWS KMS。
我在“客户管理的密钥”处创建了一个密钥并导入了我的密钥(对称密钥)。
我尝试使用 boto3 在我的 python 应用程序中使用导入到 kms 的密钥。但没有办法接收未编码的我的密钥。
我应该如何获得密钥的纯文本。我想知道如何获取我上传到 aws kms 的未编码密钥。
您无法从 KMS获取私钥。来自文档:
您无法提取、导出、查看或管理此密钥材料。
由于您自己导入了密钥,因此您必须使用自己的副本。