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: Mastercard/client-encryption-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Mastercard/client-encryption-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/encryption-fix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 6, 2024

  1. Update AESCBC.java

    Removing padding because of security vulnerabilities
    tomcrofts authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4ddeed0 View commit details
    Browse the repository at this point in the history
  2. Update AESCBC.java

    Adding Neha's fix
    tomcrofts authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    df18ab9 View commit details
    Browse the repository at this point in the history
  3. Update AESCBC.java

    using nopadding for GCM
    tomcrofts authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    82e7d43 View commit details
    Browse the repository at this point in the history
  4. Update AESCBC.java

    Adding import statement
    tomcrofts authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ad4cb12 View commit details
    Browse the repository at this point in the history
  5. Update AESCBC.java

    Fixing error, removing IV
    tomcrofts authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b55f020 View commit details
    Browse the repository at this point in the history
  6. Update AESCBC.java

    Fixing GCM
    tomcrofts authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4b6db90 View commit details
    Browse the repository at this point in the history
  7. Update AESCBC.java

    reverting
    tomcrofts authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    06ac88d View commit details
    Browse the repository at this point in the history
  8. Update AESCBC.java

    Fixing error
    tomcrofts authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1291d1b View commit details
    Browse the repository at this point in the history
Loading