Build precise queries to find exactly what you need
Press ESC to close
@erwinxiao
Favorites0
Views
Projects0
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')".
Reviewed 7 years ago