معرفی شرکت ها


golang-github-pquerna-otp-devel-1.4.0-1.fc37.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

TOTP library for Go
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته golang-github-pquerna-otp-devel
نام فایل بسته golang-github-pquerna-otp-devel-1.4.0-1.fc37.noarch.rpm
نسخه بسته 1.4.0
انتشار بسته 1.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 21 Dec 2022 02
هاست سازنده buildvm-x86-24.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/pquerna/otp
مجوز ASL 2.0
حجم دانلود 26K
حجم نصب 55.667K
One Time Passwords (OTPs) are an mechanism to improve security over passwords alone. When a Time-based OTP (TOTP) is stored on a user's phone, and combined with something the user knows (Password), you have an easy on-ramp to Multi-factor authentication without adding a dependency on a SMS provider. This Password and TOTP combination is used by many popular websites including Google, Github, Facebook, Salesforce and many others. The otp library enables you to easily add TOTPs to your own application, increasing your user's security against mass-password breaches and malware. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/pquerna/otp


جایگزین ها

بسته نسخه معماری مخزن
golang-github-pquerna-otp-devel-1.3.0-7.fc37.noarch.rpm 1.3.0 noarch Fedora Everything


نیازمندی

مقدار نام
- go-filesystem
- golang(github.com/boombuler/barcode)
- golang(github.com/boombuler/barcode/qr)


ارائه دهنده

مقدار نام
= 1.4.0-1.fc37 golang(github.com/pquerna/otp)
= 1.4.0-1.fc37 golang(github.com/pquerna/otp/hotp)
= 1.4.0-1.fc37 golang(github.com/pquerna/otp/internal)
= 1.4.0-1.fc37 golang(github.com/pquerna/otp/interop)
= 1.4.0-1.fc37 golang(github.com/pquerna/otp/totp)
= 1.4.0-1.fc37 golang-github-pquerna-otp-devel
= 1.4.0-1.fc37 golang-ipath(github.com/pquerna/otp)


نحوه نصب


نصب پکیج rpm golang-github-pquerna-otp-devel:

    dnf install golang-github-pquerna-otp-devel-1.4.0-1.fc37.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/golang-github-pquerna-otp-devel
/usr/share/doc/golang-github-pquerna-otp-devel/README.md
/usr/share/doc/golang-github-pquerna-otp-devel/example
/usr/share/doc/golang-github-pquerna-otp-devel/example/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/pquerna
/usr/share/gocode/src/github.com/pquerna/otp
/usr/share/gocode/src/github.com/pquerna/otp/.goipath
/usr/share/gocode/src/github.com/pquerna/otp/README.md
/usr/share/gocode/src/github.com/pquerna/otp/doc.go
/usr/share/gocode/src/github.com/pquerna/otp/go.mod
/usr/share/gocode/src/github.com/pquerna/otp/hotp
/usr/share/gocode/src/github.com/pquerna/otp/hotp/hotp.go
/usr/share/gocode/src/github.com/pquerna/otp/hotp/hotp_test.go
/usr/share/gocode/src/github.com/pquerna/otp/internal
/usr/share/gocode/src/github.com/pquerna/otp/internal/encode.go
/usr/share/gocode/src/github.com/pquerna/otp/interop
/usr/share/gocode/src/github.com/pquerna/otp/interop/interop.go
/usr/share/gocode/src/github.com/pquerna/otp/interop/twofactor_test.go
/usr/share/gocode/src/github.com/pquerna/otp/otp.go
/usr/share/gocode/src/github.com/pquerna/otp/otp_test.go
/usr/share/gocode/src/github.com/pquerna/otp/totp
/usr/share/gocode/src/github.com/pquerna/otp/totp/totp.go
/usr/share/gocode/src/github.com/pquerna/otp/totp/totp_test.go
/usr/share/licenses/golang-github-pquerna-otp-devel
/usr/share/licenses/golang-github-pquerna-otp-devel/LICENSE


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-12-20

update to 1.4.0. Fixes rhbz#2153757

2022-09-04

add patch to allow gopass 1.14.5 to compile

2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-02-23

Add missing BR gokyle/twofactor (fix FTBFS) Close: rhbz#2045602

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-01-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

2021-01-05

Update to 1.3.0
Close: rhbz#1896873