How to Encrypt/Decrypt Data with KMS | Symmetric Keys | KMS | AWS

Опубликовано: 16 Апрель 2021
на канале: Pythoholic
10,685
145

AWS Key Management Service (AWS KMS) is a managed service that makes it easy for you to create and control customer master keys (CMKs), the encryption keys used to encrypt your data.

AWS provides you with a managed KMS service, so you don't have to worry about the things related to if the service will be responding or not, will it be up, What if it doesn't respond. Because it will be the headache of AWS and not you.

In today's session, we will do a Hands-on DEMO for the AWS Key Management Service and we will see how we can create a KMS Key and how we can make use of the KEY to ENCRYPT and DECRYPT the Files.

It is going to be a very crisp demo, so please don't miss out on this and watch the video till the end.
And If you haven't seen the previous episode on KMS, where we have discussed in-depth about KMS and how it works. Please check that out. It is a must before taking this demo.

Command to Encrypt:
aws kms encrypt --key-id {key-id} --plaintext fileb://MyDataSecret.txt --output text --query CiphertextBlob | base64 --decode MyEncryptedFile

Command to DeCrypt:
aws kms decrypt --ciphertext-blob fileb://MyEncryptedFile --output text --query Plaintext | base64 --decode MyPlaintextFile

Join this channel to get access to perks:
   / @pythoholic  

⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it!
https://www.kite.com/get-kite/?utm_me...

🍀 If you wish to support me please choose the links below:
INSTAMOJO : https://instamojo.com/@pythoholic
PAYPAL : paypal.me/pythoholic
BECOME A MEMBER (PATREON) :   / pythoholic  
GADGETS I USE : www.amazon.in/shop/pythoholic

AWS Solutions Architect Associate Certification 2021 Playlist:
https://tinyurl.com/y4lr8zu4

Please follow we in the links below to stay updated: 🙌
🍀Click on the link below to subscribe: https://tinyurl.com/qqebnwz
🍀Instagram:   / tougherapollo  
🍀Facebook:   / bepythoholic  
🍀Twitter:   / bepythoholic  
🍀Discord:   / discord  

Disclaimer: The content provided in the channel are not affiliated in any way to the organization. We provide information here on the channel based on the knowledge we have on the topic. We advise our viewers to please do their own research and read more about them from the source provided by the organization to get a better outlook on the topic that has been covered.
These videos are just to provide you a platform to learn, and there can be mistakes and we are always trying to improve based on your feedback. we recommend viewers to have an open mind. Please support the channel to get more content like these in the future.

#KMSDemo #AWSKMSDEMO #Pythoholic


Смотрите видео How to Encrypt/Decrypt Data with KMS | Symmetric Keys | KMS | AWS онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Pythoholic 16 Апрель 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 10,685 раз и оно понравилось 145 людям.