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: DavFilsDev/python-cybersecurity-training
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/rsa-encryption
Choose a base ref
...
head repository: DavFilsDev/python-cybersecurity-training
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 11, 2025

  1. Merge pull request #8 from DavFilsDev/feature/rsa-encryption

    Add RSA encryption example to cryptography folder
    DavFilsDev authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    83bc47a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. Configuration menu
    Copy the full SHA
    51adb4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from DavFilsDev/feature/hashing-advanced

    Add advanced hashing example with salt and HMAC
    DavFilsDev authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    d7daa55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f6f0f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from DavFilsDev/feature/password-hashing

    Add secure password hashing examples with bcrypt and PBKDF2
    DavFilsDev authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    12dcd22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    189a522 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from DavFilsDev/feature/digital-signature

    Add digital signature example with RSA
    DavFilsDev authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    f7eb93c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #12 from DavFilsDev/cryptography

    Add complete cryptography module with real-world Python exercises
    DavFilsDev authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    b04e6de View commit details
    Browse the repository at this point in the history
Loading