-
Name
-
fastlane-sirp
-
Version
-
1.0.0
-
Platform
-
ruby
-
Authors
-
Glenn Rempe
lamikae
snatchev
joshdholtz
-
Bindir
-
exe
-
Date
-
2024-10-19 00:00:00 UTC
-
Dependencies
-
sysrandom (~> 1.0)
bundler (>= 0, development)
rake (>= 0, development)
rspec (~> 3.4, development)
pry (~> 0.12, development)
coveralls (~> 0.8, development)
coco (~> 0.15, development)
wwtd (~> 1.3, development)
-
Description
-
A Ruby implementation of the Secure Remote Password protocol (SRP-6a).
SiRP is a cryptographically strong authentication protocol for
password-based, mutual authentication over an insecure network connection.
-
Email
-
me@joshholtz.com
-
Files
-
.coco.yml
.gitignore
.rubocop.yml
.ruby-version
.travis.yml
.yardopts
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE.txt
README.md
RELEASE.md
Rakefile
bin/console
bin/setup
certs/gem-public_cert_grempe.pem
docs/rfc2945.txt
docs/rfc5054.txt
fastlane-sirp.gemspec
lib/fastlane-sirp.rb
lib/fastlane-sirp/client.rb
lib/fastlane-sirp/parameters.rb
lib/fastlane-sirp/sirp.rb
lib/fastlane-sirp/verifier.rb
lib/fastlane-sirp/version.rb
-
Homepage
-
https://github.com/grempe/sirp
-
Licenses
-
BSD-3-Clause
-
Require paths
-
lib
-
Required ruby version
-
>= 2.1.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.2.33
-
Specification version
-
4
-
Summary
-
Secure (interoperable) Remote Password Auth (SRP-6a)
-
Original platform
-
ruby
-
New platform
-
ruby