You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golang.org/x/crypto](https://github.com/golang/crypto) | require | minor | `v0.6.0` -> `v0.7.0` | --- ### Release Notes <details> <summary>golang/crypto</summary> ### [`v0.7.0`](https://github.com/golang/crypto/compare/v0.6.0...v0.7.0) [Compare Source](https://github.com/golang/crypto/compare/v0.6.0...v0.7.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuNCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi40In0=--> Co-authored-by: Renovate <renovate@dwysokinski.me> Reviewed-on: #30 Co-authored-by: renovate <renovate@noreply.localhost> Co-committed-by: renovate <renovate@noreply.localhost> |
1 week ago | |
---|---|---|
internal | 3 months ago | |
.drone.yml | 1 month ago | |
.gitignore | 12 months ago | |
.golangci.yml | 3 months ago | |
LICENSE | 12 months ago | |
README.md | 3 months ago | |
go.mod | 1 week ago | |
go.sum | 1 week ago | |
main.go | 3 months ago | |
renovate.json | 7 months ago |
README.md
gootp
gootp is a terminal-based 2FA (Two-Factor Authentication) app.
Features
- Supported algorithms: TOTP
- Compatible with andOTP backup file format
- Encrypt/decrypt andOTP backup files on your PC
Installation
Prerequisites:
- Go 1.19+
- Backup file
go install gitea.dwysokinski.me/Kichiyaki/gootp@latest
cp /path/to/andotp/file ~/.otp_accounts.json # !IMPORTANT! this backup file must be encrypted
Examples
gootp # start gootp
gootp -h # show a list of commands
gootp -p /path/to/andotp/file/.otp_accounts.json # override the default path
gootp --password xxx # specify an encryption password via flag
gootp -p /path/to/andotp/file/.otp_accounts.json encrypt -o /output/.otp_accounts.json.aes # encrypt a file
gootp -p /path/to/andotp/file/.otp_accounts.json.aes decrypt -o /output/.otp_accounts.json # decrypt a file
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Dawid Wysokiński - contact@dwysokinski.me