Author

Topic: Good File Encryption Software? (Read 128 times)

member
Activity: 112
Merit: 10
December 17, 2017, 06:35:10 AM
#6
For windows try veracrypt - havent read anything negative about it, truecrypt is unmaintained but im not aware of any exploit that would compromise a crypted disk/partition that being said.
member
Activity: 120
Merit: 10
December 17, 2017, 06:23:21 AM
#5
Thanks for the suggestions everyone!
Yes, I should have mentioned I'm using Windows and would prefer an ease of use application.
newbie
Activity: 4
Merit: 0
December 17, 2017, 05:10:00 AM
#4
If you're windows user, you can try one of them:
Axcrypt, Diskcrypt, and Veracrypt.
I use Axcrypt, which is the best I have ever used
member
Activity: 112
Merit: 10
December 17, 2017, 04:57:43 AM
#3
Luks without lvm sample
https://hastebin.com/dayiyupuve.pl

Luks w lvm & keyfile sample
https://hastebin.com/siqavixaro.pl
sr. member
Activity: 490
Merit: 389
Do not trust the government
December 16, 2017, 06:18:31 PM
#2
gpg and openssl. These are open source programs native to Linux and I think that almost every distribution comes with them.

gpg is known and really good for public key cryptography, but can also be used for symmetric encryption (the one that you have a password to encrypt and decrypt instead of a different public and private keys).

openssl is a bit quicker and more efficient (so it has slightly less security) but is really easy to use for symmetric encryption.
For example you can run it with
Code:
openssl enc -aes-256-cbc -in file.txt -out file.txt.aes
to encrypt your file.txt with 256 bit AES encryption. To decrypt you would just add a "-d" argument and change the "-in" and "-out" values so that you put the aes encrypted file in and a decrypted text file out.
member
Activity: 120
Merit: 10
December 16, 2017, 04:00:09 PM
#1
Hello,
I'm looking for a good file encryption software to keep my shitcoin files safe on my pc.  What would you recommend? Thanks!!  Cool
Jump to: