We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like SHA1 is the default hashing algorithm for tpm2_hash. Could we change this to SHA256 or anything that is not deprecated?
tpm2_hash
root@9ac55cfa586b:~/lab/chapter_D# tpm2_hash -o hash.txt --hex random.bin root@9ac55cfa586b:~/lab/chapter_D# cat hash.txt 0d0cda9c13ececee74e8c61bf363233a906f6b84 root@9ac55cfa586b:~/lab/chapter_D# sha1sum random.bin 0d0cda9c13ececee74e8c61bf363233a906f6b84 random.bin
where random.bin is just 64 bytes of random data as produced by tpm2_getrandom.
The text was updated successfully, but these errors were encountered:
ping @williamcroberts @idesai
Sorry, something went wrong.
@idesai , thank you Imran
Successfully merging a pull request may close this issue.
It looks like SHA1 is the default hashing algorithm for
tpm2_hash
. Could we change this to SHA256 or anything that is not deprecated?where random.bin is just 64 bytes of random data as produced by tpm2_getrandom.
The text was updated successfully, but these errors were encountered: