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
Ideally the way I think it should be implemented is with an "Expert mode" option. This way non-technical users won't struggle with it.
Alice creates a link and this generates a key pair
Alice sends the link (which contains the public key) to bob
Bob opens the link, and a key pair is created for bob
Bob is prompted to send the public key he has to alice using that same unencrypted channel. Meanwhile the shared key is created and put into a cookie using bobs private key and Alices public key
Alice puts bobs key in the link they generated. This creates the shared key on Alices end.
Alice then puts the secret data they want to send to bob. The Shared key encrypts the data being sent.
Bob then see's the information is available, and decrypts the note because their browser has the shared secret in a cookie.
The text was updated successfully, but these errors were encountered:
Just as mentioned in my original reddit comment
Ideally the way I think it should be implemented is with an "Expert mode" option. This way non-technical users won't struggle with it.
Alice creates a link and this generates a key pair
Alice sends the link (which contains the public key) to bob
Bob opens the link, and a key pair is created for bob
Bob is prompted to send the public key he has to alice using that same unencrypted channel. Meanwhile the shared key is created and put into a cookie using bobs private key and Alices public key
Alice puts bobs key in the link they generated. This creates the shared key on Alices end.
Alice then puts the secret data they want to send to bob. The Shared key encrypts the data being sent.
Bob then see's the information is available, and decrypts the note because their browser has the shared secret in a cookie.
The text was updated successfully, but these errors were encountered: