Paracord Disposable messenger #12
JakeTrock
started this conversation in
Submit Privacy Tools
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After having several encounters with those that do not use messaging with any sort of encryption, I developed paracord chat, allowing for large file sharing, secure messaging and calling/desktop sharing/video. Paracord provides a simple interface and strong encryption(kyber-crystals in rust provided w/ wasm). The source is available here. It is deployed with github pages so you can be sure that exactly what's in the repo is what's on the site.
I've also developed an encryption tool to solve a problem in very much the same domain, geocrypt allows you to encrypt files in a self-decrypting html file, providing file encryption for those using systems like chromebooks or phones that lack encryption software, or those that lack the will to install/use file encryption tools like ark or peazip. The source is provided here and it deploys to github pages using actions, just like paracord.
Beta Was this translation helpful? Give feedback.
All reactions