-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Add Password #15
Comments
Thank you. Glad to hear you are liking it.
It is. But its utility is very limited, I believe. And correctly using it is actually tricky. So it has not been a priority. To understand your use case, can you answer a few questions?
|
Well, thinking about your questions, I realized that you're right: the utility is limited. |
Yes, passwords in relation to privatebin work on the concept of preshared key. You must already have agreed to a unique password with the person you want to communicate with, like in person, or over phone. In such a scenario, the agreed password could be useful for future pastes. However, in such a scenario, you might as well coordinate a more secure and reliable way to communicate, like Signal messenger / Autocrypt email. To improve practical security with strangers (i.e no pre-agreed password), you could use the "burn on read" feature. This will ensure that the paste expires as soon as your recipient opens it, preventing anyone else from being able to access it thereafter. This of course assumes your communication isn't actively intercepted, but at most passively monitored. |
Good app. !
Is it possible to add support for setting a password?
The text was updated successfully, but these errors were encountered: