otpclient 3.2.1-2build1 source package in Ubuntu

Changelog

otpclient (3.2.1-2build1) noble; urgency=medium

  * Rebuild against 'new libcotp3'.

 -- Gianfranco Costamagna <email address hidden>  Wed, 17 Jan 2024 20:33:19 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Francisco Vilmar Cardoso Ruviaro
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.2.1.orig.tar.gz 190.4 KiB f926155ef104e4965561e668a2e5128cdb7ed19af49ba7e693b580883fdae048
otpclient_3.2.1.orig.tar.gz.asc 833 bytes 042d0b49fb5ac00ab437451f15b2f48b4f32d5763e94b62bdc8da09ab3b25839
otpclient_3.2.1-2build1.debian.tar.xz 12.0 KiB 17de02fef4aa8f749c8dd4a0193452617f542f1d17df12c02c192a5403c2bea9
otpclient_3.2.1-2build1.dsc 2.3 KiB ec47396d306a13a79057129b5804557832ab0aaf59e87e47bce262dedd5e160b

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