Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: djosix/padding_oracle.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: support-encryption
Choose a base ref
...
head repository: djosix/padding_oracle.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 13 files changed
  • 2 contributors

Commits on Nov 18, 2023

  1. Merge pull request #5 from djosix/support-encryption

    refactor: support encryption
    djosix authored Nov 18, 2023
    Copy the full SHA
    9c05a26 View commit details
  2. allow parallelized encyption

    In fact only the block solving cannot be parallelized, but the oracle
    function can.
    djosix committed Nov 18, 2023
    Copy the full SHA
    ea726cd View commit details
  3. Copy the full SHA
    f6e4e80 View commit details
  4. add TODO

    djosix committed Nov 18, 2023
    Copy the full SHA
    f976813 View commit details
  5. fix to_bytes_with_default

    djosix committed Nov 18, 2023
    Copy the full SHA
    2699ff9 View commit details
  6. Copy the full SHA
    0a8ad45 View commit details
  7. remove unused type prefix

    djosix committed Nov 18, 2023
    Copy the full SHA
    74916b6 View commit details
  8. add __all__

    djosix committed Nov 18, 2023
    Copy the full SHA
    3baa972 View commit details
  9. Copy the full SHA
    1fcb1a6 View commit details
  10. Merge pull request #6 from djosix/allow-parallel-encryption

    Allow parallel encryption
    djosix authored Nov 18, 2023
    Copy the full SHA
    0ead172 View commit details
  11. Create python-publish.yml

    djosix authored Nov 18, 2023
    Copy the full SHA
    1ad5610 View commit details
  12. bump package version to 0.4.1

    djosix committed Nov 18, 2023
    Copy the full SHA
    0bd9246 View commit details

Commits on Nov 19, 2023

  1. add example ctf challenge

    djosix committed Nov 19, 2023
    Copy the full SHA
    6a03f85 View commit details
  2. update readme

    djosix committed Nov 19, 2023
    Copy the full SHA
    06c607a View commit details
  3. correct extras example

    djosix committed Nov 19, 2023
    Copy the full SHA
    687a617 View commit details

Commits on Nov 25, 2023

  1. Update README.md

    djosix authored Nov 25, 2023
    Copy the full SHA
    6363656 View commit details
Loading