Tuesday 21 March 2017

AWS Cryptography announces AWS Encryption SDK for Python

The AWS Cryptography team has released the AWS Encryption SDK for Python. This new SDK joins the Java version launched in 2016 to make encryption easier for developers while minimizing errors that could lower the security of their applications. Developers using encryption often face two problems: a. how to correctly generate and use a key to encrypt data, and b. how to protect the key after it’s been used. The AWS Encryption SDK addresses the first problem by transparently implementing the low-level details using the cryptographic provider available in a developer’s environment. The SDK addresses the second problem by providing intuitive interfaces to let developers choose how they want to protect their encryption keys after use. By using the AWS Encryption SDK, developers can focus on the core of the application they’re building instead of the complexities of encryption. We’ve provided ready-to-use samples in the SDK for AWS customers who use AWS CloudHSM or AWS Key Management Service, however the open source SDK can be extended to support other key providers.



from What's New http://ift.tt/2naZXnI

No comments:

Post a Comment