mr-karan / cloak

Securely share sensitive text with others

Home Page:https://cloak.mrkaran.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloak

cloak is a utility to share senstive details like passwords, API tokens or any other secret text to a recipient. It encrypts the message with a strong XSalsa20 cipher on client side.

The key to decrypt is never stored with the backend, ensuring that only the recipient who has the link can decrypt it. An additional passphrase is required by the user to be set, which ensures that even if the key leaks, only the designated recipient can view the secret.

Visit https://cloak.mrkaran.dev to use.

Self Hosting

See docker-compose.yml for an example.

About

Securely share sensitive text with others

https://cloak.mrkaran.dev/

License:MIT License


Languages

Language:Go 43.6%Language:JavaScript 23.8%Language:HTML 20.3%Language:CSS 7.7%Language:Makefile 4.0%Language:Dockerfile 0.6%