secret
Secret wrapper
Protects sensitive data by making it inaccessible to operations like printing and logging
Prevent your secrets from leaking into logs, std* etc.
29 stars
2 watching
2 forks
Language: Go
last commit: 5 months ago
Linked from 2 awesome lists
gosecrets
Related projects:
Repository | Description | Stars |
---|---|---|
rotatef/secret-values | A wrapper around sensitive data to protect its secrecy in the event of an error or log message. | 11 |
jhaals/yopass | Tools for securely sharing sensitive data | 1,893 |
sbertix/swiftagram | A Swift wrapper around Instagram's private API to bypass its limitations and allow reproduction of certain actions | 250 |
anshumanbh/git-all-secrets | Tools to discover sensitive information from GitHub repositories and gists | 1,114 |
rosehgal/jackson | A Python library for securely storing secrets in JSON files | 18 |
kitura/bluersa | Provides an RSA encryption and signing library for Swift | 130 |
rpgeeganage/ots-share-app | An app to securely share secrets only once, using encryption and a limited-time link | 62 |
smallwat3r/shhh | A tool to securely share sensitive information through encrypted links with expiration dates and limited access attempts. | 385 |
henrikjoreteg/github-secret-keeper | A microservice that enables GitHub login for multiple server-less applications by storing client secrets and providing a JSON API to make requests on behalf of the user. | 90 |
conradirwin/dotgpg | A tool for securely storing and managing sensitive production data | 163 |
gitguardian/apisecuritybestpractices | Resources to help developers keep sensitive information secret and mitigate potential security breaches | 1,923 |
elsesiy/kubectl-view-secret | Decodes Kubernetes secrets without having to manually extract and decode them | 313 |
duo-labs/secret-bridge | Automates secret detection in GitHub repositories | 191 |
luzifer/ots | An application that securely shares and stores one-time secrets using symmetric AES encryption. | 481 |
thoughtworks/talisman | A tool that scans git changesets to ensure sensitive information does not leave the developer's workstation. | 1,922 |