Convert Session ID to Blinded ID and vice-versa
| public | ||
| src | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| bun.lockb | ||
| components.json | ||
| index.html | ||
| LICENSE.md | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Session Blinded ID converter
This website lets you easily convert Session ID (prefix 05) to SOGS blinded Session ID (prefix 15) and vice-versa.
Shouldn't blinded IDs be unrevertable?
Yes, they should, but someone messed up, which is one of reasons why new blinded ids with 25 prefix are on its way.
This project relies on cryptography research made by li0ard, read more here: blog.li0ard.rest/blindedid
License
MIT