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
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
Is it secure to store a password crypt on IPFS? What would happen is that when the user logs into a local client, an IPFS connection starts up. Then they can either set up a private key, creating a local account object, or log in. If they log in their private key is checked against an array of keys on IPFS to unlock the account and download the content. How could this be done and is it even secure?
Is it secure to store a password crypt on IPFS? What would happen is that when the user logs into a local client, an IPFS connection starts up. Then they can either set up a private key, creating a local account object, or log in. If they log in their private key is checked against an array of keys on IPFS to unlock the account and download the content. How could this be done and is it even secure?