#
two-factor-authentication
Here are
331 public repositories
matching this topic...
The Single Sign-On Multi-Factor portal for web apps
**NOT MAINTAINED** Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
Updated
Feb 5, 2021
JavaScript
A One Time Password Authentication package, compatible with Google Authenticator.
🔑 One Time Password (OTP) / 2FA for Node.js and Browser - Supports HOTP, TOTP and Google Authenticator
Updated
Jun 3, 2022
TypeScript
🔐 multi factor authentication system (2FA, MFA, OTP Server)
Updated
Jun 3, 2022
Python
Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
Updated
Jun 6, 2022
Python
Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Manage AWS MFA Security Credentials
Updated
Feb 25, 2022
Python
Two-Factor Authentication Client for iOS
Updated
Nov 30, 2021
Swift
A One Time Password Authentication package, compatible with Google Authenticator for Laravel
📱 Two-Factor Authentication (2FA) client for Android + Wear OS
The missing reverse proxy for ssh scp
A .NET implementation of TOTP and HOTP for things like two-factor authentication codes.
A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
Generate 2FA tokens compatible with Google Authenticator
Two-factor authentication for Symfony applications 🔐
WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
Updated
May 17, 2022
Ruby
The best React Native example for phone verification (an alternative to Twitter Digits).
Updated
May 13, 2022
JavaScript
A one-time password (HOTP/TOTP) library for Java
Updated
Apr 15, 2022
Java
Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Updated
Jun 1, 2022
JavaScript
Zero Trust Service Access
🔑 A small library for generating TOTP and HOTP one-time passwords on iOS.
Updated
May 30, 2022
Swift
Golang + Beego 编写 提供开发/运维常用操作的HTTP API接口: 手机归属地查询、IP地址查询、工作日节假日判断、微信报警、钉钉报警、2步验证、密码存储、发送邮件、生成随机密码等功能
One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers.
Updated
May 30, 2022
JavaScript
🔑 Second factor TOTP (RFC 6238) provider for Nextcloud
Updated
Jun 1, 2022
JavaScript
Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Golang two factor authentication library
Generates TOTP tokens in the browser
Updated
Mar 10, 2022
HTML
Improve this page
Add a description, image, and links to the
two-factor-authentication
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
two-factor-authentication
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
First, thank you for maintaining this wonderful tool!
Is your feature request related to a problem? Please describe.
PBKDF2-HMAC-SHA1 is no longer recommended, and may become a problem if there are too few iterations (SHA1 is the issue, especially in conjunction with the small number of iterations), although a 16byte/128bit salt remains fine. This only offers security if used in conjunctio