d-note
d-note copied to clipboard
Self destructing encrypted notes
Beginning discussion about creating an API here. It should be a RESTful API, as standard. The base API URL would be https://example.com/api/. So far, I've only come up with the...
Whenever a user tries to paste a one-time link into any of a number of communication apps (Facebook, Signal, others) the application "helpfully" tries to read the URL to create...
I'm not able to generate the # generate_dnote_hashes getting below error. root@localhost:/var/www/d-note# generate_dnote_hashes Traceback (most recent call last): File "/usr/local/bin/generate_dnote_hashes", line 4, in __import__('pkg_resources').run_script('dnote==1.0.1', 'generate_dnote_hashes') File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 658, in...
The web UI will allow a client-generated `private id` to be used (by altering the value of the hidden `new_url` input), which allows a malicious user to view and/or modify...
Don't even pass new_url to client, generate it after the post to prevent tampering. Also fixes #57
This adds a server secret and uses it to sign the generated url with a timestamp to prevent client-side tampering. Needs testing and will break existing installations due to additional...
Hi! I (finally) managed to install the app and I'd like the thank some of the issues reported as it helped me to fix my issues. I am not trying...
I ran into two problems while trying to install d-note today, and neither was straightforward to diagnose. One problem is that only two explicitly hard-coded locations are searched for d-note.ini....
Hi guys, I followed the installation steps on my Debian server but was not able to have d-node running. I got the infamous 500 Internal Server Error. I have even...