We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, the server could be modified to save an unencrypted version of the password.
I'm suggesting to instead create the encryption key in the client, encrypt and decrypt in the client.
The encryption key would be transported in the fragment part of the URL following the hash sign that never gets sent to the server.
That's also how it's done in cryptpad.
The text was updated successfully, but these errors were encountered:
I found another project that does it this way: https://privatebin.info/
Sorry, something went wrong.
Yeah this is a good idea.
No branches or pull requests
Right now, the server could be modified to save an unencrypted version of the password.
I'm suggesting to instead create the encryption key in the client, encrypt and decrypt in the client.
The encryption key would be transported in the fragment part of the URL following the hash sign that never gets sent to the server.
That's also how it's done in cryptpad.
The text was updated successfully, but these errors were encountered: