Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@linuxxx we'll I just wanted to get acquainted with it.
Like I wanted to make a todo list like everybody does, with end to end encryption and bash-like interface !
Well, sounds really stupid, but I kinda want to to learn to synchronize all these things at once -
@linuxxx i don't plan on doing so now.
But maybe in the future, cos I'm really not sure how data will be in sync with other users having different sets of public and private key combos -
@linuxxx I'm just worried as to how I will serve the private and public key pair to the client :3
Using templating or any fancy ajax request at the start of the render :3 -
@linuxxx how do other companies go about end to end encryption on the web.
Any ideas? -
@lokiiarora Generate a key pair with a password. Generate a password/key for encryption, encrypt something using symmetric encryption with that password/key and encrypt the password/key with the public key :)
Related Rants
How should I start off with end to end encrypted applications for the web.
Anybody has any known examples or starter repos I could start off with :)
Preferably nodejs
rant
encryption
endtoend