burnernote
burnernote copied to clipboard
Burner Note is a free, ad-free and open source tool for securely sending text based notes that are encrypted and self destruct once read.
Can something like that be implemented? `curl -kL -X POST https://burnernote.test -H "scheme: https" -H "host: burnernote.test" -H "filename: /create-note" -d '_token=aR60oCubDJsBqjeXlTeHe0SNYJX3hIZdbo20M71Q' -d 'note=aabbcc' -d 'password=' -d 'expiry=1'`
Could you provide guidance on the process for switching the domain to a local one and importing an SSL certificate rather than generating one?
 Burnernote is not end-to-end encrypted, allowing a malicious server or MitM on TLS to read contents of notes. This is not solvable with the current design of performing encryption...
Would be nice to add an option to self-destruct the message after a period of time. Is great that the message is destroyed after opening it, but if nobody opens...
https://github.com/Gigamick/burnernote/blob/1d1646f0e2b6cfe34b83a967b52139a414a099e4/app/Http/Controllers/NoteController.php#L56 hi, just wondering: why not `$note->delete()` 😏
I was looking for something exactly like that, but I can be 100% that the open-source code is running on your server. To remediate that would be nice to offer...
Sticky footer overlaps with content on all pages (home, about, FAQ). This happens both on mobile and desktop. https://github.com/user-attachments/assets/d28e2fa7-4adc-40b5-b8fa-56b5d9d8e388
To enhance the security of the platform, I propose implementing a strict [Content Security Policy (CSP).](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) A well-defined CSP helps mitigate various types of attacks, such as cross-site scripting (XSS)...
Hey! I found this very helpful. I might not be able to help money-wise right now but I want to give something back. If you're OK with it, I can...