Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: CSV export ? #124

Open
sviscapi opened this issue Jun 24, 2021 · 3 comments
Open

Feature request: CSV export ? #124

sviscapi opened this issue Jun 24, 2021 · 3 comments

Comments

@sviscapi
Copy link

Dear @tristanheaven ,

I just saved some checksums to a file using the option in the "File" menu but the output format makes it hard for other pieces of software to parse:

# Algorithm1
checksum1 filename1
checksum2 filename2

# Algorithm2
[...]

Could you please allow the users to save their checksums as CSV files instead ?

Best regards,

Samuel

@tristanheaven
Copy link
Member

That format should be compatible with GNU md5sum, sha1sum, etc.

gtkhash -C does support reading other formats (although not CSV), so it makes sense to be able to output those as well.

HASHDEEP-1.0 might be a good CSV format to add.

@sviscapi
Copy link
Author

Hi @tristanheaven ,

HASHDEEP-1.0 as in https://github.com/jessek/hashdeep ?

Best regards,

Samuel

@tristanheaven
Copy link
Member

HASHDEEP-1.0 as in https://github.com/jessek/hashdeep ?

That's the one. The format is described here: https://raw.githubusercontent.com/jessek/hashdeep/master/FILEFORMAT

Only md5, sha1, sha256, whirlpool, and tiger are supported though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants