Post
evolution of generative password "storage" over the last decades: 1. "password" 2. hash("password") 3. hmac("password", site) 4. oprf("password"+site, sphinx-oracle) 5. t-oprf(password+site, [sphinx-oracle1, sphinx-oracle2, ... sphinx-oracleN]) #crypto #oprf #passwordmanager check out sphinx.pm, v2 with threshold oprf coming soon...
0