Bitcoin Forum
May 09, 2024, 10:26:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: File Encryption  (Read 1400 times)
Local (OP)
Member
**
Offline Offline

Activity: 109
Merit: 10



View Profile
December 26, 2010, 06:57:56 AM
 #1

I'd like advice about file encryption and online backups. I'm thinking about backing up my wallet. Is it best to encrypt it then put it multiple places online? What is the best/simplest way for me to encrypt a file? I'm a noob, thanks for any help. Sorry if this has been discussed I didn't see it thought.

I'm using Windows 7, btw. Oh, I guess I need to learn about keeping my system safe too since a backup won't help if my wallet is stolen and spent. Advice about this is more than welcome as well.
1715250417
Hero Member
*
Offline Offline

Posts: 1715250417

View Profile Personal Message (Offline)

Ignore
1715250417
Reply with quote  #2

1715250417
Report to moderator
1715250417
Hero Member
*
Offline Offline

Posts: 1715250417

View Profile Personal Message (Offline)

Ignore
1715250417
Reply with quote  #2

1715250417
Report to moderator
1715250417
Hero Member
*
Offline Offline

Posts: 1715250417

View Profile Personal Message (Offline)

Ignore
1715250417
Reply with quote  #2

1715250417
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
kiba
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
December 26, 2010, 07:09:36 AM
 #2

https://en.bitcoin.it/wiki/Securing_your_wallet

(this topic needs to be moved to Bitcoin discussion)

theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12977


View Profile
December 26, 2010, 07:11:35 AM
 #3

For individual files, I like 7-zip's encryption feature.

Truecrypt pre-boot authentication is the best way to prevent anyone from accessing the files on your computer.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
grondilu
Legendary
*
Offline Offline

Activity: 1288
Merit: 1076


View Profile
December 26, 2010, 07:37:36 AM
Last edit: December 26, 2010, 11:22:50 AM by grondilu
 #4

For local filesystem encryption I use ecryptfs which is free software (Truecrypt is open source but not free software).  It's pretty cool.  It can encrypt a whole partition or just make a virtual filesystem on a ~/Private directory.

kiba
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
December 26, 2010, 07:54:30 AM
 #5

I just tried out 7zip for encrypting. The only problem is that the encryption feature is obscure and require some automation.

theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12977


View Profile
December 27, 2010, 02:41:13 AM
Last edit: December 27, 2010, 02:52:14 AM by theymos
 #6

I just tried out 7zip for encrypting. The only problem is that the encryption feature is obscure and require some automation.

What do you mean? It's shown right in the archiving window:



The command-line version supports it as well, of course.

One warning: the default encryption method for zip files is ZipCrypto, which is totally insecure. Either use the 7z format or use the AES-256 encryption method for zip (which makes these files incompatible with most zip programs).

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
QuantumMechanic
Member
**
Offline Offline

Activity: 110
Merit: 19


View Profile
December 27, 2010, 08:03:53 AM
 #7

I just downloaded SpiderOak for backing up my wallet to cloud storage.  It's like Dropbox, except all files are encrypted on your computer first, before being sent to their server.  You also get 2GB free.  Backups and syncs can all be automated.  They say the client software will be fully open sourced, but this hasn't happened yet.
grondilu
Legendary
*
Offline Offline

Activity: 1288
Merit: 1076


View Profile
December 27, 2010, 08:08:07 AM
 #8

There is also the excellent command openssl  (I'm amazed who usefull is this stuff) :


openssl enc -aes256 -in ./bitcoin/wallet.dat -out wallet.dat.aes256


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!