Skip to main content


New ciphering software for non-tech savvy activists


This entry was edited (3 weeks ago)
in reply to gilare

I'm not able to comment on the software itself, I'll leave that to someone with more development experience.

It would be awesome if somebody with experience could take a look at the cryptographic processes and provide feedback


As far as Security, someone with experience would recommend not using software made by someone without experience. There are existing, simple to use tools, which are regularly audited by teams of professionals and their efficacy is attested to by the valuable secrets that they protect.

If you need to encrypt files with a symmetric key, you can use gpg.

gpg -c --cipher-algo AES256 file.txt

Then share the password with your friends.

To decrypt:

gpg --decrypt file.txt.gpg > file-decrypted.txt

This has the additional advantage of being a standard part of almost every Linux install so its presence is less suspicious than a custom encryption package.

in reply to FauxLiving

This entry was edited (3 weeks ago)
in reply to gilare

Brb heading to the local group home to retrieve my r-word pass