Metadata


Name
fastlane-sirp
Version
1.1.0
Platform
ruby
Authors
Glenn Rempe
lamikae
snatchev
joshdholtz
Bindir
exe
Date
2026-04-17 00:00:00 UTC
Dependencies
bundler (>= 0, development)
rake (>= 0, development)
rspec (~> 3.4, development)
pry (~> 0.12, development)
simplecov (~> 0.22.0, 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
.bundle/config
.github/dependabot.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.gitignore
.rubocop.yml
.ruby-version
.yardopts
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.4.19
Specification version
4
Summary
Secure (interoperable) Remote Password Auth (SRP-6a)
Original platform
ruby
New platform
ruby