ended3월 26일· 1 sources

Building Authentication Without Collecting Any Personal Data

개인정보를 전혀 수집하지 않는 인증 시스템 구축하기

Why it matters

The article presents an authentication architecture that stores zero personal data by using BIP-39 seed phrases instead of emails and passwords. A 12-word mnemonic generates an Ed25519 key pair client-side, with only the public key and word hashes sent to the server. Login challenges users with 3 random words hashed in the browser, so the server never sees raw credentials or personally identifiable information.

1
Sources
+0
24h
Growth
179d
Active
BIP-39Ed25519seed phrasezero-knowledge authmnemoniccryptographic key pair

Sources

Related Issues