2ami icon indicating copy to clipboard operation
2ami copied to clipboard

Your easy 2FA companion that keep the secrets secret.

Results 6 2ami issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210921155107-089bfa567519 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20210921155107-089bfa567519&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211025201205-69cdffdb9359 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20211025201205-69cdffdb9359&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

I get this message ```sh An unexpected error occurred. Use DEBUG=true to show logs. 2022/09/21 09:25:55 cannot open keyring: cannot open keyring: Specified keyring backend not available ❯ export 2AMI_RING="Network...

- chore: update go to 1.18.1 - chore: go mod tidy - chore: remove old goreleaser - chore: remove go.mod replace

Currently keys are retrieved and used from keyring without any validation. This could pose an issue if the key get edited maliciously in the keyring. Considering low priority, as if...

good first issue

https://github.com/awnumar/memguard is an awesome library that allow secure memory allocations. Would be a great enhancement for `SecretString`

enhancement