Hello,

As part of TiddlyDrive I have plans to allow user-based autentication. Here 
is how I have planned it:


   - Password is saved as a hash on server side
   - Password is hashed before sending and encrypted using some kind of 
   public-private key pair
   - The password hash is un-encrypted on the server side with the private 
   key and compared with the hashed password.
   - I want to say that the communication is made under HTTPS

The question is, how can I implement this? I took a look at the Stanford 
Javascript Crypto Library, and I think it can be done with it, but I have 
no experience with this library neither with security, so I will appreciate 
any help or advise on how to implement this.

Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to