Skip to content

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

License

Notifications You must be signed in to change notification settings

Seluxit/ruby_home-srp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%