rotp
Ruby library for generating and verifying one time passwords
Install
- All systems
-
curl cmd.cat/rotp.sh
- Debian
-
apt-get install ruby-rotp
- Ubuntu
-
apt-get install ruby-rotp
- Arch Linux
-
pacman -S ruby-rotp
- Kali Linux
-
apt-get install ruby-rotp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-rotp
- Raspbian
-
apt-get install ruby-rotp
- Dockerfile
- dockerfile.run/rotp
ruby-rotp
Ruby library for generating and verifying one time passwords
A ruby library for generating one time passwords (HOTP & TOTP) according to RFC 4226 and RFC 6238. Works for both HOTP and TOTP, and includes QR Code provisioning.
gitlab
git powered software platform to collaborate on code (non-omnibus)
gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review is possible using merge request workflow. Using groups and roles project access can be controlled. Unlike the official package from GitLab Inc., this package does not use omnibus.