Skip to content
/ ruby_srp Public
forked from leapcode/ruby_srp

Ruby implementation of the secure remote password. See http://srp.stanford.edu for details about the protocol.

Notifications You must be signed in to change notification settings

garnu/ruby_srp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby-SRP

Secure remote password for ruby.

IMPORTANT: This is still in early development. Versions prior to 0.2.1 are known to be insecure due to not validating the ephemeral public keys send.

So far this library supports the two way authentication provided by SRP. It does not offer encryption for the traffic with the calculated shared secret yet. It should not be hard to add - but we do not need it yet.

Build Status Code Climate

About

Ruby implementation of the secure remote password. See http://srp.stanford.edu for details about the protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published