Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
27676956
Topic
2704858
Board
Armory
Re: determining if wallet file is encrypted
by
feh
on
07/01/2018, 22:46:54 UTC
Quote from: goatpig on January 07, 2018, 05:47:35 PM
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.