Maxat Akbanovmaxat-akbanov.com·Oct 17, 2024Securing Secrets with SOPS: An IntroductionSOPS (Secrets OPerationS) is an open-source tool developed by Mozilla for managing secrets — such as passwords, API keys, and confidential configuration data — in a secure and convenient manner. Initially launched in 2015 as a Mozilla project, it has...44 readstoolsDevops
Jeevang1nagarkar.hashnode.dev·Oct 13, 2024🔐 Secure Multi-User Access to EC2 Instances Without Sharing Private Keys! 🚀When managing an Amazon EC2 instance, giving multiple users secure access without compromising security is a common challenge. Generally, access is provided by sharing a private key between users. However, sharing the same private key among multiple ...AWSAWS
ANSAR SHAIKansarshaik965.hashnode.dev·May 25, 2024A Step-by-Step Guide to AWS Key Management Service (KMS) with DynamoDB Global TablesIn today's digital landscape, data security is paramount. AWS Key Management Service (KMS) offers a scalable solution for encrypting your data. This blog post will walk you through a practical application of AWS KMS by using it in conjunction with Am...AWS
Niranjan Gblog.securityinsights.io·Feb 11, 2024AWS KMS vs CloudHSM: A Comprehensive Comparison (Part 4)Introduction: Welcome to the final part of our in-depth comparison of AWS KMS and CloudHSM! In this concluding segment, we will examine the security features of each service and discuss best practices for ensuring the confidentiality, integrity, and ...39 readsAws kms
Ayomide Ayanwolablog.bloombyte.dev·Apr 14, 2023Create and Manage Cryptographically Strong Tokens with Python for Better Web Application SecuritySecret key management is a crucial aspect of a software engineer's daily routine. In this article, you will explore how to create and manage cryptographically secure keys in Python using the popular Pypi cryptography module. You will also learn the i...11 likes·85 readsPython