otpclient 3.7.0-1 source package in Ubuntu
Changelog
otpclient (3.7.0-1) unstable; urgency=medium * New upstream version 3.7.0. * Drop debian/manpage/. * Drop debian/not-installed. * Drop debian/otpclient-cli.1. * Drop debian/otpclient.1. * debian/otpclient-cli.manpages file pointing to upstream. * debian/otpclient.manpages file pointing to upstream. * Drop debian/patches/002-fix-freeotp-export.patch. * Update debian/otpclient-cli.install. * Update debian/otpclient.install. -- Francisco Vilmar Cardoso Ruviaro <email address hidden> Wed, 24 Jul 2024 15:59:30 +0000
Upload details
- Uploaded by:
- Francisco Vilmar Cardoso Ruviaro
- Uploaded to:
- Sid
- Original maintainer:
- Francisco Vilmar Cardoso Ruviaro
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
otpclient_3.7.0-1.dsc | 2.3 KiB | 9fae166e119b78520892738334b22cd6664e017b2e986045796707d919b17f78 |
otpclient_3.7.0.orig.tar.gz | 197.4 KiB | d42a5044d50a74bace82b0e5ced22d7aa41be4d4ac37aff01fa53774a7fbb7db |
otpclient_3.7.0.orig.tar.gz.asc | 833 bytes | b081e07ad6c684b5502a1d78973c296f7e165dd23876750fde304ea045c647b0 |
otpclient_3.7.0-1.debian.tar.xz | 11.0 KiB | 3f7a4cb3b7e34cbb1bc7c755ca3d254f1181a041f2899dcaa8c608c6c32cb2a1 |
Available diffs
- diff from 3.6.0-3 to 3.7.0-1 (22.5 KiB)
No changes file available.
Binary packages built by this source
- otpclient: Simple GTK+ software to generate OTPs (TOTP and HOTP)
OTPClient is GTK+ software for two-factor authentication
that supports both Time-based One-time Passwords (TOTP)
and HMAC-Based One-Time Passwords (HOTP).
.
Features:
- Support both TOTP and HOTP.
- Support setting custom digits (between 4 and 10 inclusive).
- Support setting a custom period (between 10 and 120 seconds inclusive).
- Support SHA1, SHA256 and SHA512 algorithms.
- Support for Steam codes.
- Import encrypted Authenticator Plus backup.
- Import and export encrypted and/or plain andOTP backup.
- Import and export plain FreeOTPPlus backup (key URI format only).
- Import and export plain Aegis backup (plain json only).
- Local database is encrypted using AES256-GCM.
* Key is derived using PBKDF2 with SHA512 and 100k iterations.
* Decrypted file is never saved (and hopefully never swapped) to disk.
While the app is running, the decrypted content resides
in a "secure memory" buffer allocated by Gcrypt.
- otpclient-cli: command-line for OTPClient
OTPClient-CLI is simplified version of OTPClient.
Only two operations are supported:
- list: this will print all pairs of account and issuer
that are in the database.
- show: this will show the OTP for a given account/issuer.
- otpclient-cli-dbgsym: debug symbols for otpclient-cli
- otpclient-dbgsym: debug symbols for otpclient