GithubHelp home page GithubHelp logo

cryptopals's Introduction

Matasano Crypto Challenges

Erlang solutions to the Matasano Crypto Challenges (http://cryptopals.com/). Solutions to the remaining challenges are written in Go and can be found here.

  1. Convert hex to base64 (problem, solution)
  2. Fixed XOR (problem, solution)
  3. Single-byte XOR cipher (problem, solution)
  4. Detect single-character XOR (problem, solution)
  5. Implement repeating-key XOR (problem, solution)
  6. Break repeating-key XOR (problem, solution)
  7. AES in ECB mode (problem, solution)
  8. Detect AES in ECB mode (problem, solution)
  1. Implement PKCS#7 padding (problem, solution)
  2. Implement CBC mode (problem, solution)
  3. An ECB/CBC detection oracle (problem, solution)
  4. Byte-at-a-time ECB decryption (Simple) (problem, solution)
  5. ECB cut-and-paste (problem, solution)
  6. Byte-at-a-time ECB decryption (Harder) (problem, solution)
  7. PKCS#7 padding validation (problem, solution)
  8. CBC bitflipping attacks (problem, solution)
  1. The CBC padding oracle (problem, solution)
  2. Implement CTR, the stream cipher mode (problem, solution)
  3. Break fixed-nonce CTR mode using substitions (problem, solution)
  4. Break fixed-nonce CTR statistically (problem, solution)
  5. Implement the MT19937 Mersenne Twister RNG (problem, solution)
  6. Crack an MT19937 seed (problem, solution)
  7. Clone an MT19937 RNG from its output (problem, solution)
  8. Create the MT19937 stream cipher and break it (problem, solution)
  1. Break "random access read/write" AES CTR (problem, solution)
  2. CTR bitflipping (problem, solution)
  3. Recover the key from CBC with IV=Key (problem, solution)
  4. Implement a SHA-1 keyed MAC (problem, solution)
  5. Break a SHA-1 keyed MAC using length extension (problem, solution)

cryptopals's People

Contributors

metalnem avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.