简体   繁体   English

如何使用C#SDK使用AWS KMS加密客户端

[英]How to encrypt client-side with AWS KMS using the C# SDK

Is there already a C# library for encrypting and decrypting data using Amazon's Key Management Service (KMS) but without sending your sensitive data to Amazon (ie using "envelope encryption" as described in their developer guide )? 是否已经有一个C#库用于使用亚马逊的密钥管理服务(KMS)加密和解密数据,但没有将您的敏感数据发送到亚马逊(即使用他们的开发者指南中描述的“信封加密”)? Something that handles the nitty gritty details of choosing algorithm, mode, IV, etc.? 处理选择算法,模式,IV等的细节的细节?

To be clear, I'm not asking how to do it... just trying to find out if I've wasted my time rolling my own. 要说清楚,我不会问怎么做......只是想弄清楚我是否浪费了自己的时间。

Closing this after a couple of years. 几年后关闭这个。 In case anyone arrives here looking for a solution, the one I wrote is open-source, called AwsContrib.EnvelopeCrypto . 如果有人到这里寻找解决方案,我写的那个是开源的,叫做AwsContrib.EnvelopeCrypto I do not know if it is still in use anywhere. 我不知道它是否仍在使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 C# 客户端使用 SqlGeography 类型 - using SqlGeography types in C# client-side 带有KMS的AWS S3客户端加密在最后转移的部分上发出ProtocolViolationException - AWS S3 Client-Side Crypto with KMS in .NET issues ProtocolViolationException on last part transferred 客户端JS&服务器端C#通信 - Client-side JS & Server-side C# Communication C# & WPF - 使用 SecureString 作为客户端 HTTP API 密码 - C# & WPF - Using SecureString for a client-side HTTP API password C#从客户端获取文件位置 - C# get file location from client-side 通过Ajax从客户端调用C#方法来执行 - Executing a C# method by calling it from client-side by ajax 在C#中,如何对客户端用户交互和javascript(jQuery)代码进行单元测试? - In C#, how do I unit-test client-side user interaction and javascript (jQuery) code? asp.net :( c#client-side)如何访问页面加载后创建的html元素? - asp.net: (c# client-side) how to access html element created after page loads? 最佳实践以及如何在客户端的C#包装器中支持不同版本的REST API - Best Practices and How to support different versions of REST APIs in C# wrapper on client-side 如何使用客户端验证来处理 c# 中的 asp.net mvc? - How to use client-side validation to work on your asp.net mvc in c#?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM