Two-Factor Authentication (2FA) App compatible with andOTP file format
This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
renovate 62ac341584
continuous-integration/drone/push Build is passing Details
chore(deps): update module github.com/urfave/cli/v2 to v2.17.1 (#11)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.16.2` -> `v2.17.1` |

---

### Release Notes

<details>
<summary>urfave/cli</summary>

### [`v2.17.1`](https://github.com/urfave/cli/releases/tag/v2.17.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.17.0...v2.17.1)

#### What's Changed

-   Fix help results inconsistency by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1499

**Full Changelog**: https://github.com/urfave/cli/compare/v2.17.0...v2.17.1

### [`v2.17.0`](https://github.com/urfave/cli/releases/tag/v2.17.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.6...v2.17.0)

#### What's Changed

-   Flag-level Action by [@&#8203;xwjdsh](https://github.com/xwjdsh) in https://github.com/urfave/cli/pull/1337

#### New Contributors

-   [@&#8203;xwjdsh](https://github.com/xwjdsh) made their first contribution in https://github.com/urfave/cli/pull/1337

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.6...v2.17.0

### [`v2.16.6`](https://github.com/urfave/cli/releases/tag/v2.16.6)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.5...v2.16.6)

#### What's Changed

-   fix: Context.Set no such flag by [@&#8203;Torwang1](https://github.com/Torwang1) in https://github.com/urfave/cli/pull/1497

#### New Contributors

-   [@&#8203;Torwang1](https://github.com/Torwang1) made their first contribution in https://github.com/urfave/cli/pull/1497

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.5...v2.16.6

### [`v2.16.5`](https://github.com/urfave/cli/releases/tag/v2.16.5)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.4...v2.16.5)

#### What's Changed

-   Fix:(issue\_1197) Set destination field from altsrc for slice flags by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1495

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.4...v2.16.5

### [`v2.16.4`](https://github.com/urfave/cli/releases/tag/v2.16.4)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.3...v2.16.4)

#### What's Changed

-   Accept the `MKDOCS_REMOTE_GITHUB_TOKEN` var as intended by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1493

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.3...v2.16.4

### [`v2.16.3`](https://github.com/urfave/cli/releases/tag/v2.16.3)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.2...v2.16.3)

#### What's Changed

-   Move more functionality into internal/build/build.go by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1490

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.2...v2.16.3

</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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #11
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-30 03:42:59 +00:00
internal refactor: rename module github.com/Kichiyaki/gootp -> gitea.dwysokinski.me/Kichiyaki/gootp (#2) 2022-09-04 08:04:31 +00:00
.drone.yml refactor: rename module github.com/Kichiyaki/gootp -> gitea.dwysokinski.me/Kichiyaki/gootp (#2) 2022-09-04 08:04:31 +00:00
.gitignore init 2022-03-27 18:42:27 +02:00
.golangci.yml feat: add two new workflows (golangci-lint and test) (#7) 2022-05-18 06:40:19 +02:00
LICENSE add LICENSE 2022-03-27 18:45:49 +02:00
README.md chore: update README.md 2022-09-04 10:05:48 +02:00
go.mod chore(deps): update module github.com/urfave/cli/v2 to v2.17.1 (#11) 2022-09-30 03:42:59 +00:00
go.sum chore(deps): update module github.com/urfave/cli/v2 to v2.17.1 (#11) 2022-09-30 03:42:59 +00:00
main.go refactor: rename module github.com/Kichiyaki/gootp -> gitea.dwysokinski.me/Kichiyaki/gootp (#2) 2022-09-04 08:04:31 +00:00
renovate.json refactor: rename module github.com/Kichiyaki/gootp -> gitea.dwysokinski.me/Kichiyaki/gootp (#2) 2022-09-04 08:04:31 +00:00

README.md

gootp

gootp is a terminal-based 2FA (Two-Factor Authentication) app.

asciicast

Features

  • Supported algorithms: TOTP
  • Compatible with andOTP file format
  • Allows to encrypt/decrypt andOTP files on your PC

Installation

Requirements:

  1. Go 1.19+
  2. Exported andOTP file
go install gitea.dwysokinski.me/Kichiyaki/gootp@latest
cp /path/to/andotp/file ~/.otp_accounts.json # !IMPORTANT! this file must be encrypted

Examples

gootp # show OTP list
gootp -h # help for gootp
gootp -p /path/to/andotp/file/.otp_accounts.json # override default path
gootp --password xxx # specify encryption password via flag
gootp -p /path/to/andotp/file/.otp_accounts.json encrypt -o /output/.otp_accounts.json.aes # encrypt file
gootp -p /path/to/andotp/file/.otp_accounts.json decrypt -o /output/.otp_accounts.json.aes # decrypt file