Project

General

Profile

Bug #14024 » auth_data.rb

reproducible ruby script - darfux (Lee YX), 10/18/2017 01:46 PM

 
require 'openssl'
cipher = OpenSSL::Cipher::AES.new(128, :CFB)
cipher.auth_data="123"
(2-2/2)