File: control

package info (click to toggle)
otpclient 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,204 kB
  • sloc: ansic: 7,346; xml: 654; sh: 9; makefile: 3
file content (60 lines) | stat: -rw-r--r-- 2,313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: otpclient
Section: utils
Priority: optional
Maintainer: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libcotp-dev,
               libgcrypt20-dev,
               libgtk-3-dev,
               libjansson-dev,
               libpng-dev,
               libprotobuf-c-dev,
               libprotobuf-dev,
               libqrencode-dev,
               libsecret-1-dev,
               libzbar-dev,
               libzip-dev,
               pkgconf
Standards-Version: 4.7.2
Homepage: https://github.com/paolostivanin/OTPClient
Vcs-Browser: https://salsa.debian.org/debian/otpclient
Vcs-Git: https://salsa.debian.org/debian/otpclient.git

Package: otpclient
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Suggests: otpclient-cli (= ${binary:Version})
Description: 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.

Package: otpclient-cli
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: otpclient (= ${binary:Version})
Description: 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.