Skip to content

Commit

Permalink
Added the source code of the Midbar (RTL8720DN and Arduino Uno Versio…
Browse files Browse the repository at this point in the history
…n) (#199)

* 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.

* 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.

* Added the source code of the Midbar RTL8720DN and Arduino Uno Version

Midbar (RTL8720DN and Arduino Uno Version) is an RFID-lockable 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.
In addition to that, it's the first version of Midbar that can handle the Nintendo 64 controller.

* Delete Midbar RTL8720DN and Arduino Uno Version.zip

* Added the source code with circuit diagram of the Midbar (RTL8720DN and Arduino Uno Version)

Midbar (RTL8720DN and Arduino Uno Version) is an RFID-lockable 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.
In addition to that, it's the first version of Midbar that can handle the Nintendo 64 controller.
  • Loading branch information
Northstrix committed Sep 5, 2023
1 parent 8e9512a commit 767ce0b
Showing 1 changed file with 0 additions and 0 deletions.
Binary file not shown.

0 comments on commit 767ce0b

Please sign in to comment.