ssp: Simple HOTP/TOTP management from command-line
ssp is a simple, fast & secure command-line tool to manage your One-Time Passwords (OTPs), whether you want to handle them from your computer or as a backup solution.
- small, simple, fast command-line tool
- compliant with RFC 4226 (HOTP) and RFC 6238 (TOTP)
- supports SHA1, SHA256, SHA512, SHA3-224, SHA3-256, SHA3-512 & BLAKE3
- supports per-entry comments
- password-protected databases, encrypted using ChaCha20-Poly1305
- no database required, all settings can be changed/set from command-line
- you can also define counter/time-stamp value to use as needed
- easily import/export your data from/to INI-like files
Latest release: 0.1.0 (2024-01-09)
- First release.
Components
Those are internal components, the required source code is included in the tarball and they lead to no runtime dependency.
- comain version 0.0.5
Dependencies
Those are dependencies on librairies that will need to be present at build time. A runtime dependency will be set, unless static linking was used.
- limb version 0.2.0
Free Software
Released under GPL-2.0, see COPYING for more. Copyright (C) 2023 Olivier Brunel
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.