Aditya BhuyanHow to Generate Your Own Public and Secret Keys for PGP EncryptionPGP (Pretty Good Privacy) is one of the most widely used encryption methods to secure sensitive information. Whether you’re looking to send…Nov 29
Ahmad ShahwaizWhere should we store the secret key in Android?Security is a paramount concern in mobile app development, especially when dealing with sensitive data like API keys, passwords, or…Sep 7, 20231
InCloud SecuritybyTeri RadichelAWS Developer Credentials Sent Straight to an AWS SecretACM.444 Creating credentials without ever exposing them to users or in codeJan 31Jan 31
Kimberly Benton.ENV — How to keep a secret (Python & React)Welcome back to another post concerning keeping information “secret”. Previously, I wrote about how to use bcrypt for password hashing and…Aug 6, 2023Aug 6, 2023
Mustafa OzhanGracefully dealing with private keys in Kotlin Multi PlatformYesterday I shared my KMP project with someone in order to give an example from it but building the project failed because that person…Feb 18, 20211Feb 18, 20211
Aditya BhuyanHow to Generate Your Own Public and Secret Keys for PGP EncryptionPGP (Pretty Good Privacy) is one of the most widely used encryption methods to secure sensitive information. Whether you’re looking to send…Nov 29
Ahmad ShahwaizWhere should we store the secret key in Android?Security is a paramount concern in mobile app development, especially when dealing with sensitive data like API keys, passwords, or…Sep 7, 20231
InCloud SecuritybyTeri RadichelAWS Developer Credentials Sent Straight to an AWS SecretACM.444 Creating credentials without ever exposing them to users or in codeJan 31
Kimberly Benton.ENV — How to keep a secret (Python & React)Welcome back to another post concerning keeping information “secret”. Previously, I wrote about how to use bcrypt for password hashing and…Aug 6, 2023
Mustafa OzhanGracefully dealing with private keys in Kotlin Multi PlatformYesterday I shared my KMP project with someone in order to give an example from it but building the project failed because that person…Feb 18, 20211
Tauqeer AhmadKeeping Your Rails Secrets Safe: Safely Managing Your Application Secrets with Environment-Specific…Rails Credentials is a powerful feature that allows you to manage sensitive information like API keys, passwords, and tokens securely. It’s…Feb 28, 2023
KagawaHow to securely use AWS access key in C# — SQS Polling Worker Service ExampleAWS has ton of useful managed services such as SQS, DynamoDB, Kinesis Stream, etc which help us developers focus on our codes. In order to…Apr 11, 2021
Sagar HandeHow to secure your Django applicationTo secure your sensitive information in the Django project such as secret keys, DB credentials, and so on. We need some kind of secure way.Jan 25, 2023