Pakeeza Saeedpakeezas.hashnode.dev·Jan 23, 2025Securely Deploying an RDS Instance with AWS Secrets Manager in TerraformManaging database credentials securely is crucial in cloud infrastructure. Instead of hardcoding passwords in Terraform configurations, we can use AWS Secrets Manager to store sensitive information securely. This post walks through deploying an Amazo...RDS-terraform
Shahin Hemmatidevopsdetours.com·Jan 12, 2025How to Remove Sensitive Data from Git History: 2 Tools ExplainedScenario Accidentally committing sensitive information, such as API keys, passwords, or personal data like phone numbers, to a Git-based version control system can happen to anyone. Now, imagine a situation where you’ve pushed an API key that cannot ...10 likes·112 readsDevOpsGit
Ignacio Argueta - Blockchain & Crypto 🚀nachoargueta.hashnode.dev·Oct 14, 2024Remote Work: A Growing Necessity in El Salvador 💼✨Remote work has gained global relevance, and El Salvador is no exception. Amid a growing economy and rapidly advancing technology, this employment model has become an urgent necessity for Salvadorans. Soft Skills: The Key to Remote Work! 🧠💡 When w...elsalvador
Vardan Hakobyanvardan.hashnode.dev·Sep 19, 2024Beware of Malicious Code: A Developer’s Experience with a Suspicious RequestPhoto by FlyD on Unsplash I’ve been doing mentoring and freelancing on Codementor for a while now. Recently, I applied for a project titled “Front-end Design Developer (React.js, Three.js)”. The client asked me to install their code locally and “fix ...hacking
Pranav ShikarpurforPangea Blogpangea.cloud·Sep 5, 2024Is Your LLM Leaking Sensitive Data? A Developer’s Guide to Preventing Sensitive Information DisclosureYour data has been exposed—and not because of a classic bug, but because your LLM accidentally leaked it. Sensitive information disclosure is a growing concern, especially with the rise of Large Language Models (LLMs) in our apps. This vulnerability ...339 readsllm
Krishna Ketan Raikrikera.hashnode.dev·Aug 11, 2024The Developer's Guide to .env Files: Securing Your Web AppWhen it comes to web application development, handling confidential data such as API keys, database credentials, and other configuration details is crucial for both security and functionality. The .env file is a common tool used by developers for thi...43 readssecure configuration
Nurul Islamnuibb.hashnode.dev·Jul 2, 2024Essential Guidelines for Safeguarding Sensitive Information in iOS KeychainStoring sensitive data securely is crucial for any iOS application. The iOS Keychain is a secure storage service provided by Apple, designed specifically for storing small pieces of sensitive data, such as passwords, tokens, and other credentials. In...156 readsiOS-Keychain
Sumit Mondalsumit007.hashnode.dev·Feb 23, 2024A Beginner's Guide to Using Amazon Macie in AWSIntroduction: In the vast world of AWS services, security is a top priority for businesses and individuals alike. Amazon Macie, a powerful security service, offers an easy and effective way to discover, classify, and protect sensitive data. In this b...1 likeAWS - HandsOn2Articles1Week
muhammad zubairmuhammadzubair.hashnode.dev·Dec 22, 2023Discover sensitive data present in S3 bucket using Amazon MacieLab Steps Task 1: Sign in to AWS Management Console Click on the Open Console button, and you will get redirected to AWS Console in a new browser tab. On the AWS sign-in page, Leave the Account ID as default. Never edit/remove the 12 digit Account...amazon macie
Zikani Nyirenda Mwasezikani.hashnode.dev·Aug 19, 2023Hiding sensitive information when the screen loses focus with ReactI don't remember what prompted me to think of this, but basically, I was uncomfortable that sometimes people leave their screens unlocked with potentially sensitive information displayed on their screens. As a developer, I set out to think of a solut...14 likes·151 readsReact