Module: Matasano::Sets::Set3
- Included in:
- Matasano::Solver
- Defined in:
- lib/crypto-toolbox/matasano/sets/set3.rb
Instance Method Summary collapse
Instance Method Details
#solve17(oracle) ⇒ Object
5 6 7 8 |
# 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 |