privateNote
privateNote copied to clipboard
Simple self destructing note site
privateNote
Simple, clean self destructing note site!
Screenshots
Features
- [x] Self destructing notes
- [x] AES256 encryption
Credits
Usage
Create database
CREATE DATABASE privatenote
Create table
CREATE TABLE IF NOT EXISTS `note` (
`id` text NOT NULL,
`message` text NOT NULL
)
edit 'sql.php'
Demo
This version is not hosted and translated by myself, and I don't know the author : https://blog.qcmoe.com/note/