Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the AES_plus_Blowfish_in_CBC_mode-main.zip archive and the source code of the Midbar (RTL8720DN Version) #194

Merged
merged 2 commits into from
Aug 4, 2023

Commits on Aug 4, 2023

  1. Added the AES_plus_Blowfish_in_CBC_mode-main.zip archive

    The AES_plus_Blowfish_in_CBC_mode.zip archive contains two sketches that enable you to encrypt your data using a combination of AES and Serpent encryption algorithms in CBC mode. The only difference between them, from the functional point of view, is that one verifies the integrity of the decrypted data (plaintext) while the other doesn't.
    Northstrix committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d83b6b8 View commit details
    Browse the repository at this point in the history
  2. Added the source code of the Midbar (RTL8720DN Version)

    Midbar (RTL8720DN Version) is a password and credit card vault that can store sixteen login credentials and ten credit cards in the RTL8720DN's flash, all encrypted by the "AES + Blowfish" encryption algorithm in the cipher block chaining (CBC) mode.
    Northstrix committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a499dda View commit details
    Browse the repository at this point in the history