-
Name
-
rotp
-
Version
-
6.3.0
-
Platform
-
ruby
-
Authors
-
Mark Percival
-
Bindir
-
bin
-
Date
-
2023-08-30 00:00:00 UTC
-
Dependencies
-
rake (~> 13.0, development)
rspec (~> 3.5, development)
simplecov (~> 0.12, development)
timecop (~> 0.8, development)
-
Description
-
Works for both HOTP and TOTP, and includes QR Code provisioning
-
Email
-
mark@markpercival.us
-
Executables
-
rotp
-
Files
-
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.dockerignore
.github/workflows/release.yaml
.github/workflows/test.yaml
.gitignore
.release-please-manifest.json
CHANGELOG.md
Dockerfile-2.3
Dockerfile-2.7
Dockerfile-3.0
Gemfile
Guardfile
LICENSE
README.md
bin/rotp
docker-compose.yml
lib/rotp.rb
lib/rotp/arguments.rb
lib/rotp/base32.rb
lib/rotp/cli.rb
lib/rotp/hotp.rb
lib/rotp/otp.rb
lib/rotp/otp/uri.rb
lib/rotp/totp.rb
lib/rotp/version.rb
release-please-config.json
rotp.gemspec
spec/lib/rotp/arguments_spec.rb
spec/lib/rotp/base32_spec.rb
spec/lib/rotp/cli_spec.rb
spec/lib/rotp/hotp_spec.rb
spec/lib/rotp/otp/uri_spec.rb
spec/lib/rotp/totp_spec.rb
spec/spec_helper.rb
-
Homepage
-
https://github.com/mdp/rotp
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 2.3
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.4.10
-
Specification version
-
4
-
Summary
-
A Ruby library for generating and verifying one time passwords
-
Original platform
-
ruby
-
New platform
-
ruby