0.0
No release in over 3 years
Low commit activity in last 3 years
Secure Remote Password protocol (SRP-6a) with HAP modifications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 12.3
~> 3.0

Runtime

= 1.0.1
 Project Readme

RubyHome-SRP

Secure Remote Password protocol (SRP-6a) with HomeKit Accessory Protocol Specification (HAP) modifications.

  • SHA-512 is used as the hash function, replacing SHA-1
  • The Modulus, N, and Generator, g, are specified by the 3072-bit group of RFC 5054

References

Installation

Add this line to your application's Gemfile:

gem 'ruby_home-srp'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruby_home-srp

Contributing

Contributions are welcome, please follow GitHub Flow

Credit

The original SRP-6a work was done by lamikae in the srp-rb project.