Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
If you are going to use those scripts and your Ruby version is 2.4x, make sure do some modifications on the script:
1. Change “cipher = OpenSSL::Cipher::Cipher.new(‘bf-cbc’)” into ”cipher = OpenSSL::Cipher.new(‘bf-cbc’)”
2. Change “cipher = OpenSSL::Cipher::Cipher.new(‘bf-cbc’)” into “cipher = OpenSSL::Cipher::Cipher.new(‘aes-256-bc’)”.