How to Install ruby-securecompare in Ubuntu 18.04



Install ruby-securecompare by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-securecompare

Description:

string comparison method safe for use in cryptographic functions

securecompare borrows the secure_compare private method from ActiveSupport::MessageVerifier which lets you do safely compare strings without being vulnerable to timing attacks. Useful for Basic HTTP Authentication in your rack/rails application.

Homepage: https://github.com/samuelkadolph/securecompare

Version: 1.0.0-1

Section: universe/ruby