Software Alternatives & Reviews

Use git-secret to store encrypted secrets in the repository

GnuPG AWS Secrets Manager
  1. 1
    GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP).
    Pricing:
    • Open Source
    Gpg is short for The GNU Privacy Guard and is an open source implementation of the OpenPGP standard. In short, it allows us to create a personal key file pair (similar to SSH keys) with a private secret key and a public key that can be shared with other parties whose messages you want to decrypt.

    #Security & Privacy #Security Tools #Encryption 38 social mentions

  2. AWS Secrets Manager to Rotate, Manage, Retrieve Secrets
    In fact, entire products have been build around dealing with secrets, e.g. HashiCorp Vault, AWS Secrets Manager or the GCP Secret Manager. Introducing those in a project comes with a certain overhead as it's yet another service that needs to be integrated and maintained. Maybe it is the exactly right decision for your use-case - maybe it's overkill. By the end of this article you'll at least be aware of an alternative with a lower barrier to entry. See also the Pros and cons section in the end for an overview.

    #Identity And Access Management #Identity Provider #SSO 67 social mentions

Discuss: Use git-secret to store encrypted secrets in the repository

Log in or Post with