explaingit

idltd/adelos

Analysis updated 2026-05-18

0Audience · developerComplexity · 5/5LicenseSetup · hard

TLDR

An open hardware device that proves you are the same person who used it before, without ever revealing who you are, using a burned in chip key and a fingerprint scan.

Mindmap

mindmap
  root((Adelos))
    What it does
      Proves continuity
      Stays pseudonymous
      No central issuer
    How it works
      Fingerprint scan
      Burned in chip key
      Bluetooth response
    Hardware
      ESP32-C3
      Fingerprint sensor
      Battery and case
    Status
      Software working
      Key burning not applied
      Prototype not assembled

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Build a pseudonymous login device that proves continuity without registering any personal identity.

USE CASE 2

Prototype an alternative to centralized digital ID systems that cannot be revoked by a central authority.

USE CASE 3

Experiment with fingerprint gated cryptographic key signing on a low cost ESP32 board.

What is it built with?

ESP32-C3BluetoothCryptographyFirmware

How does it compare?

idltd/adelos0verflowme/alarm-clock0xhassaan/nn-from-scratch
Stars00
LanguageCSSPython
Last pushed2022-10-03
MaintenanceDormant
Setup difficultyhardeasymoderate
Complexity5/52/54/5
Audiencedevelopervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1day+

Requires sourcing and assembling ESP32-C3, fingerprint sensor, and battery hardware, the project is still pre-prototype as of this README.

You can use, modify, and run this freely, but any modified version or network service built on it must also be released as open source.

In plain English

Adelos is an open source hardware project that lets you prove you are the same person who used a device before, without revealing who you are. There is no central company or government office involved, no issuer, no registry, and no name attached to the device. It recognizes you because you can produce the correct cryptographic response, not because anyone has looked up your identity. The idea is an alternative to centralized digital identity systems, where a single authority vouches for who you are to everyone else, and can therefore revoke you, track everything you do, and become a single point of failure. Adelos flips this around: the issuer is a small, cheap device you build yourself, and the proof it produces belongs only to you. It proves continuity, meaning it is the same device coming back, while never disclosing who is holding it. Technically, the device issues a one time random value, waits for a fingerprint scan, and then computes a cryptographic response using a secret key burned permanently into the chip in a way software cannot read back out. That response is sent over Bluetooth and used right away, then erased, so the device never gives the same answer twice. The hardware is four parts: an ESP32-C3 chip handling both the Bluetooth connection and the cryptographic calculation, a fingerprint sensor so the proof ties to your body rather than just an object, a battery so it works on its own, and a case for protection. The whole unit costs an estimated four to twelve British pounds and needs no separate security chip. If a device is compromised, the same key that proves continuity can also sign a message declaring itself dead, after which nothing it ever signed again can be trusted. There is no central authority here, only individual users choosing what to believe based on signed statements. As of this writing, the software that configures the ESP32 chip is built and working, the step that permanently burns the security key is specified but deliberately not yet applied since it cannot be undone, the fingerprint sensor is designed in but not yet sourced or assembled, and a full physical prototype has not yet been put together. The project is licensed under AGPL-3.0: anyone can use it freely, but modifications, including network services built on it, must also stay open source.

Copy-paste prompts

Prompt 1
I want to build the Adelos device. Walk me through the four hardware parts and roughly what each one costs.
Prompt 2
Explain how Adelos computes its HMAC response using the nonce, salt, and the key burned into the ESP32 chip.
Prompt 3
How does Adelos let a compromised device revoke itself, and why can't a thief who steals it do the same?
Prompt 4
Compare how Adelos handles identity continuity differently from a centralized digital ID issuer.

Frequently asked questions

What is adelos?

An open hardware device that proves you are the same person who used it before, without ever revealing who you are, using a burned in chip key and a fingerprint scan.

What license does adelos use?

You can use, modify, and run this freely, but any modified version or network service built on it must also be released as open source.

How hard is adelos to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is adelos for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.