As the title says I live in a surveillance state where among other things the government uses paid snitches, listening devices in your home, installs Trojans/malware in your phone and computer, even outside agents can stalk and observe you 7/24.
I may not be a target of any of this as I am didn’t commit any of the crimes required to do these (for example being involved with cannabis, or helping illegal aliens or some crimes that actually warrant this like organized crime and so forth)
However with the snitch system were convicted criminals are incentivized to incriminate others to save their own skin I am not put at ease with assurances that if you have nothing to hide that you would have nothing to fear.
I do not believe however that the surveillance state is intended to prevent terrorism or organized crime. I believe the true intention of the surveillance state is to consolidate power and nip any sort of true dissent in the bud.
So in imho if you were to call out the government on their bullshit you would stand to be victimized. Even if you are well within your rights with regards to freedom of speech/thought/assembly.
So if everything on your computer may be subject to government’s prying eyes, you’d need your own language and alphabet/writing system to at least retain the ability to keep notes and write a diary.
I would like to be able to note down my thoughts without having to fear the government can read it.
I was thinking of something like Tolkiens Elven tongue/language. I know it is a lot of work especially since it is only for internal use.
What’s your opinion on this?
GPG has long been capable of using ciphers that don’t use polynomial methods and are therefore resistant to quantum decryption. And new ciphers are developed all the time; a ton of work is being done in the area of post-quantum encryption and those ciphers will be available to GPG when they’re tested and proven.
(I still don’t recommend GPG to people very often; its many ongoing usability issues make it a non-starter. If you use encryption incorrectly you’re only creating the illusion of security, which is worse than having none.)
ty; 4 xplaining this.
I use GPG due to it’s ease of use on a unix based system as it often is prepackaged.
you need to be careful with this. the usual workflow here is you write to a file, you then use gpg to create an encrypted version of that file, then you delete the original. the problem here is that “deleting” from an operating system often doesnt actually delete from the disk. so your unencrypted file is often wholly or partially recoverable
Is there maybe a way to use the ‘shortcomings’ of volatile memory to circumvent this? say somehow keeping everything in ram solely? I am not sure how this would be accomplished on a unix system though
there are programs that allow you to mount a portion of RAM as normal fs storage. you’ll have to research that though, i’ve never done it
Brilliant! thank you x1000