All Projects → hgfischer → Go Otp

hgfischer / Go Otp

Licence: other
Package go-otp implements one-time-password generators used in 2-factor authentication systems like RSA-tokens. Currently this supports both HOTP (RFC-4226), TOTP (RFC-6238) and Base32 encoding (RFC-3548) for Google Authenticator compatibility

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Go Otp

Freeradius Server
FreeRADIUS - A multi-protocol policy server.
Stars: ✭ 1,379 (+610.82%)
Mutual labels:  otp
Android Otp Extractor
Extracts OTP tokens from rooted Android devices
Stars: ✭ 147 (-24.23%)
Mutual labels:  otp
Office Tool
© 2016-2021 Yerong. All Rights Reserved.
Stars: ✭ 3,657 (+1785.05%)
Mutual labels:  otp
Thegorgeousotp
Phone number authentication + OTP login page built with @flutter 😍
Stars: ✭ 116 (-40.21%)
Mutual labels:  otp
Aegis
A free, secure and open source app for Android to manage your 2-step verification tokens.
Stars: ✭ 2,692 (+1287.63%)
Mutual labels:  otp
Immortal
Helper modules for OTP applications
Stars: ✭ 160 (-17.53%)
Mutual labels:  otp
Memento
Collect saved items from different sources around the web
Stars: ✭ 89 (-54.12%)
Mutual labels:  otp
Cuneiform
Cuneiform distributed programming language
Stars: ✭ 175 (-9.79%)
Mutual labels:  otp
Gen rmq
Elixir AMQP consumer and publisher behaviours
Stars: ✭ 146 (-24.74%)
Mutual labels:  otp
Multiotp
multiOTP open source strong two factor authentication PHP library, OATH certified, with TOTP, HOTP, Mobile-OTP, YubiKey, SMS, QRcode provisioning, etc.
Stars: ✭ 173 (-10.82%)
Mutual labels:  otp
Phpotp
Php Implementation of the OTP algorythm
Stars: ✭ 125 (-35.57%)
Mutual labels:  otp
Yubikey Manager Qt
Cross-platform application for configuring any YubiKey over all USB interfaces.
Stars: ✭ 137 (-29.38%)
Mutual labels:  otp
Authorizer
Authorizer is a Password Manager for Android. It emulates an HID keyboard over USB and enters your credentials on your target device. Additionally it supports OTP 🔑📴
Stars: ✭ 172 (-11.34%)
Mutual labels:  otp
Cloak
A Command Line OTP Authenticator application.
Stars: ✭ 112 (-42.27%)
Mutual labels:  otp
React Native Sms Retriever
Android SMS Retriever API for React Native.
Stars: ✭ 177 (-8.76%)
Mutual labels:  otp
Exnn
An Elixir Evolutive Neural Network framework à la G.Sher
Stars: ✭ 93 (-52.06%)
Mutual labels:  otp
Flutter pinput
🔥🚀 Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations
Stars: ✭ 157 (-19.07%)
Mutual labels:  otp
Otp cheatsheet
Base OTP behaviors presented as schemas
Stars: ✭ 190 (-2.06%)
Mutual labels:  otp
React Otp Input
✔️ OTP Input Component for React
Stars: ✭ 177 (-8.76%)
Mutual labels:  otp
Otpview
A custom view to enter otp/pin of different sizes used usually in cases of authentication.
Stars: ✭ 172 (-11.34%)
Mutual labels:  otp

OTP

Build Status

Package go-otp implements one-time-password generators used in 2-factor authentication systems like RSA-tokens and Google Authenticator. Currently this supports both HOTP (RFC-4226) and TOTP (RFC-6238).

Install

$ go get github.com/hgfischer/go-otp

Usage

Check API docs, with examples, at http://godoc.org/github.com/hgfischer/go-otp

License

Copyright (c) 2014, Herbert G. Fischer All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the organization nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL HERBERT G. FISCHER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].