Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: rfc-4226

BastiaanJansen/otp-java

A small and easy-to-use one-time password generator library for Java implementing RFC 4226 (HOTP) and RFC 6238 (TOTP).

Language: Java - Size: 341 KB - Last synced: 21 days ago - Pushed: 7 months ago - Stars: 163 - Forks: 28

jltorresm/otpgo

Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go.

Language: Go - Size: 70.3 KB - Last synced: 23 days ago - Pushed: about 3 years ago - Stars: 65 - Forks: 9

zxdev/server

an http/https server configurator with simple user:pass or a shared secret for machine-machine rolling authentication and supporting middlewares

Language: Go - Size: 36.1 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

Spomky-Labs/otphp

:closed_lock_with_key: A PHP library for generating one time passwords according to RFC 4226 (HOTP) and the RFC 6238 (TOTP)

Language: PHP - Size: 522 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1,253 - Forks: 140

LanceGin/jsotp

Javascript One-Time Password module.

Language: JavaScript - Size: 91.8 KB - Last synced: 12 days ago - Pushed: almost 3 years ago - Stars: 93 - Forks: 15

cerus/faktor

🔐 Tiny & lightweight RFC 4226 & RFC 6238 compliant one-time password (HOTP/TOTP) generation & validation library for Java

Language: Java - Size: 26.4 KB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

reyk/login_otp

OTP authentication for OpenBSD implementing RFC 6238 and RFC 4226.

Language: C - Size: 50.8 KB - Last synced: 22 days ago - Pushed: over 3 years ago - Stars: 54 - Forks: 8

your-local-developer/deno_otp

⚠️⚒️WIP⚒️⚠️ A truely RFC complient HOTP (https://www.rfc-editor.org/rfc/rfc4226) and TOTP (https://www.rfc-editor.org/rfc/) implementation which can be used on the server and client.

Language: TypeScript - Size: 110 KB - Last synced: 3 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 1

pedrosancao/php-otp

One-time password PHP implementation of HMAC-based algorithm according to RFC 4226 and RFC 6238 compatible with Google Authenticator.

Language: PHP - Size: 25.4 KB - Last synced: 2 months ago - Pushed: over 2 years ago - Stars: 13 - Forks: 2

naim94a/otp

One Time Password for 2-Factor-Authentication implemented in Rust

Language: Rust - Size: 29.3 KB - Last synced: 17 days ago - Pushed: 9 months ago - Stars: 22 - Forks: 5

TheBlueSky/TheBlueSky.SwiftAuthenticator

A simple and straightforward HOTP and TOTP generation and verification library for .NET.

Language: C# - Size: 20.5 KB - Last synced: 25 days ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

xarenard/simpleotp

Simple OTP implementation in node.js according to rfc 4996 and rfc 6238

Language: JavaScript - Size: 409 KB - Last synced: 23 days ago - Pushed: over 1 year ago - Stars: 9 - Forks: 3

xandkar/erlang-hotp

HMAC-Based One-Time Password Algorithm, as described in RFC 4226

Language: Erlang - Size: 11.7 KB - Last synced: 6 days ago - Pushed: about 3 years ago - Stars: 4 - Forks: 1

sshilin/otp

Generate and validate HOTP/TOTP codes

Language: Go - Size: 7.81 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Aehmlo/rfc-4226

Rust implementation of RFC 4226.

Language: Rust - Size: 14.6 KB - Last synced: 13 days ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

c3re/labortage2013badge Fork of das-labor/labortage2013badge

http://www.das-labor.org/wiki/LaborTageBadge2013

Language: C - Size: 231 KB - Last synced: 9 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

algorithmic-space/cryptoy

Playing around with cryptography

Language: Jupyter Notebook - Size: 6.3 MB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 12 - Forks: 2

gaetanomatonti/Uno

A simple OTP generator written in Swift.

Language: Swift - Size: 58.6 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 5 - Forks: 4

dchapes/onetime Fork of gwwfps/onetime

An one-time password generation library written in Go, implementing HOTP (RFC-4226) and TOTP (RFC-6238).

Language: Go - Size: 128 KB - Last synced: 11 months ago - Pushed: over 9 years ago - Stars: 4 - Forks: 0

jonfriesen/otp

A Go implementation of RFC 4226 HOTP: An HMAC-Based One-Time Password Algorithm and RFC 6238: TOTP: Time-Based One-Time Password Algorithm

Language: Go - Size: 353 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 9 - Forks: 5

SomajitDey/2FA-HOTP-TOTP-Bash

Shell-script (Bash) with functions relevant to 2FA. Compatible with Google Authenticator.

Language: Shell - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 4 - Forks: 2

robinohs/totp-kt

A kotlin implementation of HOTP (RFC-4226) and TOTP (RFC-6238). Supports validation and generation of 2-factor authentication codes, recovery codes and randomly secure secrets.

Language: Kotlin - Size: 900 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 6 - Forks: 1

neuhalje/androidtoken Fork of markmcavoy/androidtoken 📦

TOTP and HOTP Token for Andriod Devices

Language: Java - Size: 354 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

your-local-developer/rs-otp 📦

!!UNMAINTAINED!! A truely RFC complient HOTP (https://www.rfc-editor.org/rfc/rfc4226) and TOTP (https://www.rfc-editor.org/rfc/rfc6238) implementation which can be used on the server and client.

Language: Rust - Size: 69.3 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 1

00-matt/minitotp

Application and library for time-based one-time passwords as specified by RFC 6238

Language: C - Size: 56.6 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 6 - Forks: 0

LanceGin/dotp

Dart One-Time Password module.

Language: Dart - Size: 186 KB - Last synced: 9 months ago - Pushed: about 3 years ago - Stars: 19 - Forks: 16

xp-forge/google-authenticator

Google authenticator (HOTP & TOTP)

Language: PHP - Size: 78.1 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0