SkillAgentSearch skills...

PrivateNote

Simple self destructing note site

Install / Use

/learn @guillaC/PrivateNote
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

privateNote

Simple, clean self destructing note site!

Screenshots

image

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/

View on GitHub
GitHub Stars54
CategoryDevelopment
Updated11mo ago
Forks12

Languages

PHP

Security Score

92/100

Audited on Apr 29, 2025

No findings