Skip to content
/ auth Public

Authenticator TUI made in rust, generate totps on the fly.

License

Notifications You must be signed in to change notification settings

nnyyxxxx/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth

A simple terminal-based authenticator app written in Rust that generates TOTP codes.

Security

Warning

TOTP secrets are stored encrypted in ~/.local/share/auth/entries.toml. The key to unencrypt them is stored in ~/.local/share/auth/key.

Installation

Arch Linux

Auth is available on the AUR

# Using `paru` as an example, replace with your desired AUR helper.
paru -S auth-tui

Releases

Prebuilt binaries can be found in the releases page

curl -fsSL https://github.com/nnyyxxxx/auth/releases/latest/download/auth -o auth
chmod +x auth
# Using `sudo` as an example, replace with your desired escalation tool.
sudo mv auth /usr/bin

Building

The built binary will be located inside of target/release/, Then it can be placed in /usr/bin/.

# Using `pacman` as an example, replace with your desired package manager.
sudo pacman -S --needed rust git base-devel
git clone https://github.com/nnyyxxxx/auth.git
cd auth
cargo build --release

License

Copyright (C) 2024 Nyx

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or see https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

The full license can be found in the license file.

About

Authenticator TUI made in rust, generate totps on the fly.

Resources

License

Stars

Watchers

Forks

Languages