Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endorama/2ami
Your easy 2FA companion that keep the secrets secret.
https://github.com/endorama/2ami
cli google-authenticator hacktoberfest keychain keyring secrets secure security totp two-factor
Last synced: 18 days ago
JSON representation
Your easy 2FA companion that keep the secrets secret.
- Host: GitHub
- URL: https://github.com/endorama/2ami
- Owner: endorama
- License: mpl-2.0
- Created: 2018-06-26T23:50:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:33:24.000Z (over 1 year ago)
- Last Synced: 2024-06-19T05:54:01.788Z (5 months ago)
- Topics: cli, google-authenticator, hacktoberfest, keychain, keyring, secrets, secure, security, totp, two-factor
- Language: Go
- Homepage:
- Size: 377 KB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
2ami
Your easy 2FA companion that keep the secrets secret.
`2ami` is a two factor authenticator for the CLI that stores 2FA secrets in system keyring, avoiding storing them in cleartext on your computer.
OTP Secret keys are saved and retrieved from system keyring at each use, so are not being kept in process active memory if not during operation explicitly requiring them.
**Security considerations:** the secrets are still being loaded in memory when adding a new key and generating a new token, even if for a small amount of time.
I believe this is a safe enough approach (in a normal threat model, please consider yours), and is surely better than plain secrets on file system.
Happy to discuss security improvements! :)**Note:** This software has **not** been security reviewed by a third party.
Interested in using it? [Look at the getting started page](https://github.com/endorama/2ami/wiki/Getting-Started).
What to dig deeper? Go to the [project wiki](https://github.com/endorama/2ami/wiki).
## Known issues
None.
## Stargazers
[![Stargazers repo roster for @endorama/2ami](https://reporoster.com/stars/endorama/2ami)](https://github.com/endorama/2ami/stargazers)## Contributors
[![Forkers repo roster for @endorama/2ami](https://reporoster.com/forks/endorama/2ami)](https://github.com/endorama/2ami/network/members)