go-soft-token

command module
v0.9.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2021 License: MIT Imports: 10 Imported by: 0

README

screenshot

go-soft-token

A text-based cross-platform "software token" implementation (compatible with Google Authenticator and Microsoft Authenticator) written in Go. This software uses "scrypt" for key stretching and AES for TOTP secret storage.

Blog post: https://tqdev.com/2020-free-otp-soft-token-written-in-go

See: https://en.wikipedia.org/wiki/Software_token

Dependencies

This software is written in Go and uses modules (available in Go 1.11+)

This software uses xlzd/gotp for it's TOTP implementation and scrypt from golang/crypto.

This software has a text user interface (TUI) and uses rivo/tview, which is based on gdamore/tcell.

Run and build

To run the software install Go and run:

go run .

To create an executable, run:

go build

Or to create a release in the dist folder, run:

bash build.sh

This automatically increments the build version.

Download

Go to the releases section to download binaries and source code (click on 'Assets').

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL