module Matasano::Sets::Set3

Public Instance Methods

solve17(oracle) click to toggle source
# File lib/crypto-toolbox/matasano/sets/set3.rb, line 5
def solve17(oracle)
  ciphertext = oracle.sample_ciphertext
  result     = Analyzers::PaddingOracle::Analyzer.new(oracle).analyze(ciphertext)
end