@solene
I thought it could be implemented like this:
Client:
[Public, Private]=GenerateKeys()
Encprivate=encrypt(Private,Hash(Userpassword))
Post("/storeKeys", {Public, Encprivate})
And for decryption we send the encrypted Private Key and decrypt it with the user password.
🤔Hm, how does Password reset work?