Post
Topic
Board Armory
Re: determining if wallet file is encrypted
by
feh
on 07/01/2018, 22:46:54 UTC
Do you mean by reading the raw content of the file? This is the header unpacking code:

https://github.com/goatpig/BitcoinArmory/blob/master/armoryengine/PyBtcWallet.py#L2034

Is there a way to determine this by just dumping the file, using od (or a similar command line tool)? I'm not familiar w/ python, if that's what that code is written in.