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 source code of the Midbar (RTL8720DN and Arduino Uno Version) #199

Merged
merged 6 commits into from
Sep 5, 2023

Conversation

Northstrix
Copy link
Contributor

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.

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.
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.
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.
…nd 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.
@M-ichae-l
Copy link
Collaborator

Great! Thanks for the contribution!

@M-ichae-l M-ichae-l merged commit 767ce0b into ambiot:dev Sep 5, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants