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

24 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.

Usage

Controls

  • a: Add new entry
  • E: Edit selected entry
  • d: Delete selected entry
  • i: Import entries
  • e: Export entries
  • ↑/k: Move selection up
  • ↓/j: Move selection down
  • Enter: Copy code to clipboard (requires wl-copy or xclip)
  • q: Quit

Building

cargo run --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