You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, the CSV's "HASH" column is empty and the XML's <GenerateHash>false</GenerateHash> element indicates that it also did not gather the file hash.
Is there a way to enable file hashing from the command line?
Thanks,
Tim
The text was updated successfully, but these errors were encountered:
I'm sorry for the late response. Unfortunately there is no way when creating the .droid file to specify hashing in the cmd. You can run the GUI and change the preferences there to the type of hash you want to generate, this change will alter the settings in the droid.properties file which will then be set for the cmd line as well.
Alternatively you could edit the droid.properties file directly, it is in the .droid6 folder in your user directory. For me this is C:\Users\pyoung.droid6\droid.properties. In this file if you change 'profile.generateHash' to 'true' this will turn hashing on, in 'profile.hashAlgorithm' you can specify the type of hash you want to generate it defaults to 'md5' but you can also do 'sha256' or 'sha1'.
I've managed to follow
./droid.sh --help
to create a profile and then export it to CSV and XML:Unfortunately, the CSV's
"HASH"
column is empty and the XML's<GenerateHash>false</GenerateHash>
element indicates that it also did not gather the file hash.Is there a way to enable file hashing from the command line?
Thanks,
Tim
The text was updated successfully, but these errors were encountered: