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