Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 600 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 600 Bytes

privateNote

Simple, clean self destructing note site!

Screenshots

image

Features

  • Self destructing notes
  • 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/