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.
28 stars
2 watching
2 forks
Language: Go
last commit: 3 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 | A tool for securely sharing sensitive information, such as passwords and files, locally in the browser without exposing decryption keys. | 1,860 |
sbertix/swiftagram | A Swift wrapper around Instagram's private API to bypass its limitations and allow reproduction of certain actions | 249 |
anshumanbh/git-all-secrets | Tools to discover sensitive information from GitHub repositories and gists | 1,111 |
rosehgal/jackson | A Python library for securely storing secrets in JSON files | 18 |
kitura/bluersa | A cross-platform Swift library for RSA encryption and signing | 130 |
rpgeeganage/ots-share-app | An app to securely share secrets only once, using encryption and a limited-time link | 59 |
smallwat3r/shhh | A tool to securely share sensitive information through encrypted links with expiration dates and limited access attempts. | 378 |
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. | 89 |
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,917 |
elsesiy/kubectl-view-secret | Decodes Kubernetes secrets without having to manually extract and decode them | 309 |
duo-labs/secret-bridge | Automates secret detection in GitHub repositories | 189 |
luzifer/ots | An application that securely shares and stores one-time secrets using symmetric AES encryption. | 463 |
thoughtworks/talisman | A tool that scans git changesets to ensure sensitive information does not leave the developer's workstation. | 1,916 |