748 B
748 B
SqPad
A encrypted pastebin.
Install
Juste compile and launch it in the same folder as "Files".
Usage
Simply enter a note on the form on the main page. Once submitted, the note is encrypted using DES-256.
The note can be accessed via its individual link. Please keep in mind that the server does not store links; it only saves the name of the note (in cleartext) and its content (encrypted).
The link can be used via a browser normally; it can also be used with curl or wget. In that case, the note is stripped of all html (only the text of the note is displayed) to be used in scripts, etc.
For now, notes are kept forever until some admin manually removes them.
TODO :
- Put the "files" folder somewhere else
- Write a dockerfile