From: iceman1001 <iceman@iuse.se>
Date: Thu, 15 Oct 2015 17:17:20 +0000 (+0200)
Subject: FIX:  a suggested fix for #136 where the "lf t55x7 read" command when called with... 
X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/952a812c008767518e2357e420e1b54dcdf5e2b2?ds=inline;hp=952a812c008767518e2357e420e1b54dcdf5e2b2

FIX:  a suggested fix for #136 where the "lf t55x7 read" command when called with a password. The call will now try loading the config block,  decode it and see if PWD is set.
If PWD Bit is set,  the call will be allowed to execute.
If PWD Bit is NOT set,  the call will print a message and excute the call but without sending the password.
If config block is not being able to read or decode,   the call with print a warning message and exit the call.
---