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
|
Source: onetimepass
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Roland Mas <lolando@debian.org>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://github.com/tadeck/onetimepass/
Vcs-Git: https://salsa.debian.org/python-team/packages/onetimepass.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/onetimepass
Package: python3-onetimepass
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Module for generating and validating HOTP and TOTP tokens
OneTimePass (actually ``onetimepass``) is a module for generating one-time
passwords, namely HOTPs (HMAC-based one-time passwords) and TOTPs (time-based
one-time passwords). They are used eg. within Google Authenticator application
for Android or iPhone.
|