What is PGP? Pretty Good Privacy, that’s what PGP stands for. It’s a pretty basic description for an encryption standard that’s been in place since the 1990s and one that’s been steadily improved upon over the years to remain the most widely used encryption standard.
PGP is a workhorse, used to encrypt emailed sensitive data or files before they leave on their way to your trading partners or remote locales....
AWS_Vault
AWS Vault is a tool to securely store and access AWS credentials in a development environment.
AWS Vault stores IAM credentials in your operating system’s secure keystore and then generates temporary credentials from those to expose to your shell and applications. It’s designed to be complementary to the AWS CLI tools, and is aware of your profiles and configuration in ~/.aws/config.
https://github.com/99designs/aws-vault
Typical Authentication Flow When you configure your IAM user using the AWS CLI, it stores your credentials in plain text on your machine by default in an ....