otpclient 3.6.0-1 source package in Ubuntu

Changelog

otpclient (3.6.0-1) unstable; urgency=medium

  * New upstream version 3.6.0.
  * Refresh debian/patches/001-use_debhelper_CFLAGS.patch.
  * Update debian/otpclient.install.
  * Change from pkg-config to pkgconf in the Build-Depends field.
  * Update upstream and packaging copyright years.

 -- Francisco Vilmar Cardoso Ruviaro <email address hidden>  Mon, 29 Apr 2024 00:51:43 +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 Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
otpclient_3.6.0-1.dsc 2.3 KiB 3cca7d043d40c99ec6527b175d35c0f2d8e4fb0254811a2faa0215de52166aea
otpclient_3.6.0.orig.tar.gz 195.8 KiB e5a4e848be12b761e632e070149f7999974b4ce7620cb92a05a0dd149822beec
otpclient_3.6.0.orig.tar.gz.asc 833 bytes 7b9c120d28e42465dc3f1bfa36a6d9bae6fb266499f66169fc895ac81cfecf5a
otpclient_3.6.0-1.debian.tar.xz 12.2 KiB 3bf5de139f7c0458b57aa48ebadaf759cd4a07650c323e387578e1fcf64cb626

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