File: control

package info (click to toggle)
golang-github-xlzd-gotp 0.0~git20181030.c8557ba-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,152 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
Source: golang-github-xlzd-gotp
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Roger Shimizu <rosh@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xlzd-gotp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xlzd-gotp.git
Homepage: https://github.com/xlzd/gotp
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/xlzd/gotp

Package: golang-github-xlzd-gotp-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Golang OTP (One-Time Password) Library
 GOTP is a Golang package for generating and verifying one-time
 passwords. It can be used to implement two-factor (2FA) or multi-factor
 (MFA) authentication methods in anywhere that requires users to log in.
 .
 Open MFA standards are defined in RFC 4226 (HOTP: An HMAC-Based One-Time
 Password Algorithm) and in RFC 6238 (TOTP: Time-Based One-Time Password
 Algorithm). GOTP implements server-side support for both of these
 standards.