I built this nifty tool to quickly and securely stash text data without requiring the hassle of logging in to an account.
Your browser encrypts the "Stash Data" using your "Stash Key" and AES encryption. It is then sent to the database and stored in it's encrypted format, along with a SHA1 hash of your "Stash Key" which is later used when you "Load Stash".
The encryption/decryption is entirely client-side in your browser. As long as you remember your "Stash Key" you can retrieve and decrypt your "Stash Data".
Since there are no user accounts or anything, you will want to use (AND REMEMBER!) a unique and hard-to-guess "Stash Key".
You can try loading from the 'sample' "Stash Key" to see a some sample entries.
-Po