Post
Topic
Board Bitcoin Technical Support
Re: Is my qt wallet .dat file secure?
by
blub
on 20/11/2013, 18:21:02 UTC
but: all your layers of encryption are AES and AES is broken.
there is no practiacal attac but still, if beeing paranoid than do it right:
My way would be to use the built in encryption, and than encrypt it with true crypt using a cascade of all supportet algorithms. (after checking the whole code for backdoors...)