Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
/ sirp-demo Public archive

A live demo of grempe/sirp Secure Remote Password SRP-6a Authentication

Notifications You must be signed in to change notification settings

grempe/sirp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiRP Demo

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

This is the code for a live demo version of the SiRP Ruby Gem

You can try out an interactive version of this demo code at https://sirp-demo.herokuapp.com/index.html

The demo stores data in a Redis DB and is periodically flushed.

Development

$ git clone https://github.com/grempe/sirp-demo.git
$ cd sirp-demo
$ bundle install
$ bundle exec rackup

Open http://localhost:9292 in your browser.

Ruby Client Sample

There is also a simple Ruby client.rb file in the root of this repository as well. You can try it out by first running the development server as shown above in one terminal window, and then run ./client.rb in a second terminal.

About

A live demo of grempe/sirp Secure Remote Password SRP-6a Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published