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
The public private key pair should not be transferred manually from one client to another. Therefore, we save the publicKey, privateKey (encrypted with the password & salt from the user) and the salt in the DHT.
Add the following:
Join network without any key pair (Client#initPeerDht)
Fetch public key, private key and salt from the DHT
Generate secret key for the user using the pw and the salt
Add secret key to the user
Decrypt the private key using the secret key from the user
The public private key pair should not be transferred manually from one client to another. Therefore, we save the publicKey, privateKey (encrypted with the password & salt from the user) and the salt in the DHT.
Add the following:
Client#initPeerDht
)Blocker: tomp2p/TomP2P#123
The text was updated successfully, but these errors were encountered: