otpclient 3.1.4-1build1 source package in Ubuntu

Changelog

otpclient (3.1.4-1build1) mantic; urgency=medium

  * No-change rebuild against libcotp2

 -- Steve Langasek <email address hidden>  Thu, 22 Jun 2023 07:22:05 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
otpclient_3.1.4.orig.tar.gz 190.9 KiB 3b2dfe6ebc3c1e30061bffdd60323f816f1963c090f7498adb6b96aa0318d753
otpclient_3.1.4.orig.tar.gz.asc 833 bytes f89b242a1ab93b33d3cb983c9f621fa905a44c2f5b0e78c86dc61019d5169c74
otpclient_3.1.4-1build1.debian.tar.xz 11.9 KiB 1bac5664f5ca0167714e3331f81273c277c872160751d7d010ab17d77829ee2b
otpclient_3.1.4-1build1.dsc 2.5 KiB 51cff14d33fee6b0e0bbdb9a0be8a15e86b98cc0f8ec4d3e51dabbdfaf1a5a3a

View changes file

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