Giter Club home page Giter Club logo

midbar's Introduction

Advancements in cryptanalysis and hacking techniques are constantly reducing the cost of accessing your data without your authorization, making it easier and more attractive for different sides to get it.

I'm not going to get into details about the motivation of each side and the goals they're trying to achieve by obtaining your data. Instead, I would like to focus on the solution to that problem.

In my opinion, the only way to keep your data private is to raise the cost of unauthorized access to it as high as possible. Ideally - raise it so high that it would significantly outweigh any potential reward for the third party.

To raise the cost of unauthorized access to your data - I've developed Midbar.

Midbar is a hardware data vault. Unlike hardware authentication devices, it can store your login credentials, credit card information, notes, and phone numbers. Midbar encrypts your data and requires a master password and, in some cases, four additional RFID cards to access it. With Midbar, you don't have to worry about memorizing the login credentials and credit card information for the services you use. It does that for you.

Compared to software vaults, Midbar provides more security because it does not have thousands of other processes running alongside it, significantly contributing to making it almost invulnerable to side-channel attacks. Additionally, Midbar utilizes sophisticated integrity verification and superencryption features.

The integrity verification feature ensures that any corruption or unauthorized modification of your data will not go unnoticed. Superencryption is a safeguard that would be useful in case a highly improbable black swan event renders one of the major encryption algorithms (AES or Serpent) insecure. Even after such an event, your data would still be encrypted with one secure and two "somewhat semi-secure" encryption algorithms, providing an extra layer of protection.



Midbar (ESP8266 Version) utilizes the 3DES + AES + Blowfish + Serpent encryption algorithm alongside the ESP8266's built-in memory to store eight passwords and four credit cards in the encrypted form. It also utilizes the HMAC SHA-256 to verify the integrity of the stored logins, which means that if at least one bit of an encrypted login gets flipped, Midbar will inform you about it by displaying the following alert: "Integrity Verification Failed!!!"

Midbar V2.0 & V2.5 (ESP32 version) is a password vault, credit card vault, note vault, phone number vault, data encrypter/decrypter, data hasher, SQLite3 host, and one-way secure communication channel - all in one! When it comes to the vault capability - Midbar V2.0 utilizes the 3DES + AES + Blowfish + Serpent encryption algorithm with an integrity verification feature alongside the SQLite3 serverless embedded relational database management system to keep your data safe and organized.

Midbar (Raspberry Pi Pico Version) is a password vault, credit card vault, note vault, phone number vault, and data encrypter/decrypter - all in one. It utilizes the 3DES + AES + Blowfish + Serpent encryption algorithm in CBC mode with an integrity verification feature alongside the LittleFS to keep your data safe and organized.

Midbar V4.0 is an attempt to combine the best aspects of Midbar and Cipherbox.

Midbar (Raspberry Pi Pico Version) V2.0 is the Raspberry Pi Pico version of the Midbar V4.0.

Midbar V5.0 is the first version of Midbar that stores user data on an external SD card.

Midbar (STM32F401CCU6 Version) is the STM32F401CCU6 version of the Midbar V5.0.

Midbar (STM32F401CCU6 + Arduino Uno Version) is an attempt to combine the best aspects of Midbar V4.0 and Midbar V5.0 while eliminating the RNG problem present in the Midbar (STM32F401CCU6 Version).

Midbar (Teensy 4.1 Version) is the Teensy 4.1 version of the Midbar V5.0 that supports the USB keyboard.

Midbar (Teensy 4.1 Version) V2.0 is the first version of Midbar that can function as a USB keyboard.

Midbar (RTL8720DN Version) is a bit odd, but still a fully functional version of Midbar.

Midbar (RTL8720DN + Arduino Uno Version) is the first version of Midbar that can handle the Nintendo 64 controller.

Midbar (ESP8266 Version) V2.0 is the first version of Midbar that can handle the Nintendo Wii Nunchuk.

Midbar (STM32F407VET6 Version) is the first version of Midbar that can simultaneously handle the PS2 Keyboard and the Nintendo 64 Controller.

Midbar (STM32F407VET6 + Arduino Uno Version) is an RFID-lockable version of Midbar (STM32F407VET6 Version).

Midbar (STM32F407VET6 Version) V2.0 is the first version of Midbar that can simultaneously handle the PS2 Keyboard and the Nintendo Wii Nunchuk.

Midbar V6.0 is the first ESP32-based version of Midbar that can act as if it were a USB keyboard.

Midbar (Teensy 4.1 Version) V3.0 is the first version of Midbar that enables you to read the encrypted books.

Midbar (Teensy 4.1 Version) V3.1 is the Midbar (Teensy 4.1 Version) V3.0 with two custom key encryption options instead of one and a compatible desktop data encryption/decryption software.

The purpose of Midbar is to significantly increase the cost of unauthorized access to its user's personal data.

You can find the tutorial for Midbar here:
ESP32 Version: https://www.instructables.com/Project-Midbar/
ESP8266 Version: https://www.instructables.com/Midbar-ESP8266-Version/
ESP32 Version 2.0: https://www.instructables.com/Midbar-V20/
ESP32 Version 2.5: https://www.instructables.com/Midbar-V25/
Raspberry Pi Pico V1.0: https://www.instructables.com/Midbar-Raspberry-Pi-Pico-Version/
ESP32 Version 3.0: https://www.instructables.com/Midbar-V30/
ESP32 Version 4.0: https://www.instructables.com/Midbar-V40/
Raspberry Pi Pico Version V2.0: https://www.instructables.com/Midbar-Raspberry-Pi-Pico-Version-V20/
ESP32 Version 5.0: https://www.instructables.com/Midbar-V50/
STM32F401CCU6 Version V1.0: https://www.instructables.com/Midbar-STM32F401CCU6-Version/
STM32F401CCU6 + Arduino Uno Version V1.0: https://www.instructables.com/Midbar-STM32F401CCU6-Arduino-Uno-Version/
Teensy 4.1 Version: https://www.instructables.com/Midbar-Teensy-41-Version/
Teensy 4.1 Version V2.0: https://www.instructables.com/Midbar-Teensy-41-Version-V20/
RTL8720DN Version: https://www.instructables.com/Midbar-RTL8720DN-Version/
RTL8720DN + Arduino Uno Version: https://www.instructables.com/Midbar-RTL8720DN-Arduino-Uno-Version/
ESP8266 Version V2.0: https://www.instructables.com/Midbar-ESP8266-Version-V20/
STM32F407VET6 Version: https://www.instructables.com/Midbar-STM32F407VET6-Version/
STM32F407VET6 + Arduino Uno Version V1.0: https://www.instructables.com/Midbar-STM32F407VET6-Arduino-Uno-Version/
STM32F407VET6 Version V2.0: https://www.instructables.com/Midbar-STM32F407VET6-Version-V20/
ESP32 Version 6.0: https://www.instructables.com/Midbar-V60/
Teensy 4.1 Version V3.0: https://www.instructables.com/DIY-Hardware-Data-Vault-With-Teensy-41/

image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text image text

midbar's People

Contributors

northstrix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.