All Projects → robbiev → Two Factor Auth

robbiev / Two Factor Auth

Licence: mit
Generate 2FA tokens compatible with Google Authenticator

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Two Factor Auth

Authelia
The Single Sign-On Multi-Factor portal for web apps
Stars: ✭ 11,094 (+3051.7%)
Mutual labels:  2fa, two-factor-authentication, two-factor
2FA-Auth
Generating 2FA codes in your terminal
Stars: ✭ 23 (-93.47%)
Mutual labels:  two-factor, two-factor-authentication, 2fa
apache 2fa
Apache two-factor (2FA) authentication with Google Authenticator based on Time-based One-Time Password (TOTP) or HMAC-based one-time password (HOTP) Algorithms.
Stars: ✭ 63 (-82.1%)
Mutual labels:  two-factor, two-factor-authentication, 2fa
2FAuth
A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
Stars: ✭ 664 (+88.64%)
Mutual labels:  two-factor, two-factor-authentication, 2fa
Otplib
🔑 One Time Password (OTP) / 2FA for Node.js and Browser - Supports HOTP, TOTP and Google Authenticator
Stars: ✭ 916 (+160.23%)
Mutual labels:  2fa, two-factor-authentication, two-factor
Twofactor totp
🔑 Second factor TOTP (RFC 6238) provider for Nextcloud
Stars: ✭ 203 (-42.33%)
Mutual labels:  2fa, two-factor-authentication, two-factor
Privacyidea
🔐 multi factor authentication system (2FA, MFA, OTP Server)
Stars: ✭ 1,027 (+191.76%)
Mutual labels:  2fa, two-factor-authentication, two-factor
totp
Time-Based One-Time Password Code Generator
Stars: ✭ 76 (-78.41%)
Mutual labels:  two-factor, two-factor-authentication, 2fa
2FAuth-iOS
One-Time Password Generator
Stars: ✭ 20 (-94.32%)
Mutual labels:  two-factor-authentication, 2fa
privacyidea-ldap-proxy
🌲 LDAP Proxy to intercept LDAP binds and authenticate against privacyIDEA
Stars: ✭ 17 (-95.17%)
Mutual labels:  two-factor, 2fa
otp-java
A small and easy-to-use one-time password generator library for Java according to RFC 4226 (HOTP) and RFC 6238 (TOTP).
Stars: ✭ 107 (-69.6%)
Mutual labels:  two-factor-authentication, 2fa
SimpleTOTP
A highly configurable yet simple to use TOTP based two-factor authentication processing module for SimpleSAMLphp.
Stars: ✭ 16 (-95.45%)
Mutual labels:  two-factor-authentication, 2fa
open2fa
Two-factor authentication app with import/export for iOS and macOS. All codes encrypted with AES 256. FaceID & TouchID support included. Written with love in SwiftUI ❤️
Stars: ✭ 24 (-93.18%)
Mutual labels:  two-factor-authentication, 2fa
crotp
CrOTP - One Time Passwords for Crystal
Stars: ✭ 62 (-82.39%)
Mutual labels:  two-factor-authentication, 2fa
react-native-sms-user-consent
React Native wrapper for Android's SMS User Consent API, ready to use in React Native apps with minimum effort.
Stars: ✭ 45 (-87.22%)
Mutual labels:  two-factor, 2fa
Onetimepassword
🔑 A small library for generating TOTP and HOTP one-time passwords on iOS.
Stars: ✭ 243 (-30.97%)
Mutual labels:  2fa, two-factor-authentication
google-authenticator
Google Authenticator
Stars: ✭ 20 (-94.32%)
Mutual labels:  two-factor, two-factor-authentication
Java Otp
A one-time password (HOTP/TOTP) library for Java
Stars: ✭ 265 (-24.72%)
Mutual labels:  2fa, two-factor-authentication
crystal-two-factor-auth
Two Factor Authentication Crystal code implementing the Time-based One-time Password Algorithm
Stars: ✭ 24 (-93.18%)
Mutual labels:  two-factor-authentication, 2fa
recovery
Create recovery/backup codes for 2FA
Stars: ✭ 72 (-79.55%)
Mutual labels:  two-factor-authentication, 2fa

Simple CLI app that generates tokens compatible with Google Authenticator. I implemented this mainly to understand how it works, you should probably not use this.

Example output:

$ go run main.go "<your key>"
934523 (17 second(s) remaining)

Relevant RFCs:

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].