Pyroseza / d-note

Self destructing encrypted notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d-note

Background

d-note is a self destructing notes web application that you can run on your own server. A message is created using the web form, and when submitted, a link is returned that you then send to the recipient. When the recipient opens the link, the message is displayed and immediately destroyed on the server. Thus, the link can never be used again for displaying the same note.

See the installation instructions on how to install this on your server.

Read the documentation about further information regarding this project.

This project is licensed under the GNU Affero General Public License, version 3, unless otherwise stated. See the license for the complete license.

Demo

If you would like to test drive d-note, the original author (Aaron Toponce) has an older version running at https://ae7.st/d/. Currently, it is hosted using a self-signed certificate. As such, the fingerprints of the certificate are:

MD5: 5A:E1:4E:B6:31:B8:3D:69:B1:D6:C0:A7:6B:46:FE:67
SHA1: 55:89:CD:C0:D4:85:CC:A5:DE:30:11:5D:9C:C9:12:1C:5C:9D:10:C5
SHA256: 12:91:BB:4C:E8:2F:1C:0C:D9:96:AF:4E:1D:8C:F7:B0:A8:07:70:C5:9C:89:B8:94:EE:E2:2A:D6:19:43:17:A4

About

Self destructing encrypted notes

License:Other


Languages

Language:HTML 52.4%Language:Python 32.3%Language:JavaScript 11.1%Language:CSS 4.2%