How to easily encrypt/decrypt a file in Linux with gpg Your email has been sent Stop your search for an easy way to encrypt and decrypt files in Linux -- the built-in gpg tool will do the trick. No ...
I want to decrypt some files to RAM so as not to have a record of them on the hard drive. I though about using tmpfs:<pre class="ip-ubbcode-code-pre"> mount -t tmpfs ...