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

GitHub topics: srp-6a

opencoff/go-srp

SRP implementation in pure golang

Language: Go - Size: 78.1 KB - Last synced at: 7 days ago - Pushed at: 12 days ago - Stars: 169 - Forks: 21

secure-remote-password/implementations

The list and umbrella issue tracker for compatible SRP implementations.

Size: 3.91 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 9 - Forks: 1

Bouke/SRP

Secure Remote Password (SRP) for Swift

Language: Swift - Size: 354 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 61 - Forks: 21

adam-fowler/swift-srp

Swift Secure Remote Password

Language: Swift - Size: 64.5 KB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 36 - Forks: 10

yallie/JsonServices

Simple JSON-RPC service framework for C# and TypeScript

Language: C# - Size: 1.18 MB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 16 - Forks: 4

sassman/srp6-rs

A safe implementation of the secure remote password authentication and key-exchange protocol (SRP and SRP6a)

Language: Rust - Size: 69.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 17 - Forks: 3

windwalker-io/srp

A modern PHP/JS package of SRP-6a (RFC5054). Contains server and client part to help developer use on any cases.

Language: PHP - Size: 282 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 8 - Forks: 0

jchv/js-srp

A JavaScript SRP-6a implementation compatible with opencoff/go-srp and idlesign/srptools.

Language: TypeScript - Size: 25.4 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 4

secure-remote-password/srp.net

SRP-6a protocol implementation for .NET Standard 1.6+ and .NET Framework 3.5+

Language: C# - Size: 636 KB - Last synced at: 12 days ago - Pushed at: about 2 years ago - Stars: 70 - Forks: 9

macmade/SwiftSRP

Implementation of the Secure Remote Password protocol (SRP) - RFC 5054 for Swift

Language: Swift - Size: 43.9 KB - Last synced at: 16 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

macmade/SRPXX

C++ implementation of the Secure Remote Password protocol (SRP) - RFC 5054.

Language: C++ - Size: 1.73 MB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 1

homebridge/fast-srp Fork of zarmack/fast-srp

Pure NodeJS SRP implementation

Language: TypeScript - Size: 479 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 6

grempe/sirp 📦

Secure (interoperable) Remote Password Auth (SRP-6a)

Language: Ruby - Size: 237 KB - Last synced at: 24 days ago - Pushed at: about 4 years ago - Stars: 30 - Forks: 19

artisansdk/srp

A client and server-side implementation in PHP of the Secure Remote Password (SRP-6a) protocol.

Language: PHP - Size: 23.4 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 3

Fi5t/NimbusSRP-Android 📦

Classic NimbusSRP library is optimized for Android

Language: Java - Size: 613 KB - Last synced at: 15 days ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 1

twooster/strap

SRP (Secure Remote Password) 6/6a library for Elixir

Language: Elixir - Size: 18.6 KB - Last synced at: 20 days ago - Pushed at: over 7 years ago - Stars: 12 - Forks: 3

SanichKotikov/srp-demo

Secure Remote Password (SRP) demo, using typescript, crypto and bigint.

Language: TypeScript - Size: 106 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

bodgit/srp

Language: Go - Size: 53.7 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

scottbrady91/SRP-Example

Secure Remote Password (SRP) example implementation in C# and .NET Core

Language: C# - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 8 - Forks: 1

wault-pw/eva

✴️ free, anonymous password manager with e2e encryption on top of SRP protocol. Wault believes in the value of anonymity. The less your password manager knows about you, the safer is your data. Wault does not ask for your email, phone number, or any other personal information.

Language: JavaScript - Size: 1.42 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 12 - Forks: 4

Glusk/srp6-variables

A Java library of cryptographic primitives required for the implementation of the SRP-6 protocol.

Language: Java - Size: 195 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

namreeb/wowned

Authentication bypass for outdated WoW emulation authentication servers

Language: C++ - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 37 - Forks: 34

Voynic/srp

Pure Go implementation of the Secure Remote Password protocol (SRP-6a)

Language: Go - Size: 41 KB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

Afr0/Parlo.Docker

A Docker container that demonstrates how to implement a login protocol with Parlo.

Language: C# - Size: 8.67 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

RuslanUC/SimpleSRP

Simple Secure Remote Password written in pure python/javascript.

Language: Python - Size: 11.7 KB - Last synced at: 10 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

lisacvuk/godot-wow-srp

A C++ Godot module for World of Warcraft client-side SRP

Language: C++ - Size: 8.79 KB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

arag0re/go-apple-srp6 Fork of opencoff/go-srp

weird apple SRP implementation in pure golang

Language: Go - Size: 122 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

secure-remote-password/test-vectors

SRP-6a test vectors

Language: Python - Size: 160 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 0

secure-remote-password/stanford-srp 📦

Reference SRP implementation v2.1.2

Language: C - Size: 1.43 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 11 - Forks: 8

Librazy/SpringBootDubboJwtSrpDemo 📦

A Spring Boot application with Dubbo + Jwt + Srp configured

Language: Java - Size: 163 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

kingekinge/Thinbus-SRP

Secure Remote Password SRP-6a implementation by swift

Language: Swift - Size: 104 KB - Last synced at: 21 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ldinc/gogsrp

Golang SRP with generics

Language: Go - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0