You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application achieves two-factor authentication on chain, without leaking any sensitive data. Specifically, secrets for 2FA are all generated on-chain with Phala Fat Contract, which ensures confidentiality and integrity.
This application is possible to serve as a second layer for wallet protections. Nowadays, the loss of private keys or mnemonic phrases generally predicts the loss of wallets. However, if one enables 2FA on chain, even the private keys are lost, funds can be still safe.
Link
https://github.com/Soptq/fat-p2fa
Introduction
This application achieves two-factor authentication on chain, without leaking any sensitive data. Specifically, secrets for 2FA are all generated on-chain with Phala Fat Contract, which ensures confidentiality and integrity.
This application is possible to serve as a second layer for wallet protections. Nowadays, the loss of private keys or mnemonic phrases generally predicts the loss of wallets. However, if one enables 2FA on chain, even the private keys are lost, funds can be still safe.
Live site (on POC-5 Testnet): https://fat-p2fa.vercel.app/p2fa
Twitter Link
https://twitter.com/realsoptq/status/1528630441540206592?s=20&t=uIwuB_qxcw3JY9LY0LTEIQ
Discord Handle
Soptq#9775
The text was updated successfully, but these errors were encountered: