SEND
Send an end-to-end encrypted note. A small piece of JavaScript is required to encrypt and decrypt the note — the server never sees the content.
cURL
# Encryption must be done client-side. curl -X POST https://sk.tn/send \ -H "Cookie: vault=<key>" \ -d "ciphertext=<base64>" \ -d "iv=<base64>" \ -d "salt=<base64>"