hefronmedia / vilefault

Automatically exported from code.google.com/p/vilefault
0 stars 0 forks source link

-m cannot handle a space before sha1hmac #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It appears that vilefault will not work when a call is made like so:
./vfdecrypt -v -i/tmp/vf-test.dmg -o/tmp/fv-test-decrypt.dmg -k
a122bdc09a32ecb2019d9d4b514909bb -m 28e93d81d5380b3650e9267c2a5676e392fbba15
Perhaps you'd like to give us 40 hex bytes of the HMACSHA1 key?
Usage: vfdecrypt -i in-file [-p password | -k aeskey [-m hmacsha1key | -n
]] -o out-file

-m should be able to take a space _or_ it should be documented as being
improper to use a space.

Original issue reported on code.google.com by ioer...@gmail.com on 24 Jan 2008 at 7:59

GoogleCodeExporter commented 9 years ago
Same as with "-k" (See http://code.google.com/p/vilefault/issues/detail?id=5 
for details)

Original comment by kaner.m...@gmail.com on 25 Jan 2008 at 9:57

GoogleCodeExporter commented 9 years ago
This is fixed in revision 21, thanks kaner!

Original comment by ioer...@gmail.com on 25 Jan 2008 at 7:28