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

Conversation

Northstrix
Copy link
Contributor

@Northstrix Northstrix commented Aug 4, 2023

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.

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.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, hope this message finds you well. Congrats to your Pull Request! Thank you for the work. Your contributions have been outstanding

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 Northstrix changed the title Added the AES_plus_Blowfish_in_CBC_mode-main.zip archive Added the source code of the Midbar (RTL8720DN Version) Aug 4, 2023
@Northstrix Northstrix changed the title Added the source code of the Midbar (RTL8720DN Version) Added the AES_plus_Blowfish_in_CBC_mode-main.zip archive and the source code of the Midbar (RTL8720DN Version) Aug 4, 2023
@M-ichae-l M-ichae-l merged commit c12f383 into ambiot:dev Aug 4, 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