Can we get hash partially matched? #5878
Unanswered
swhoro
asked this question in
Help and Questions
Replies: 1 comment
-
Although collisions are rare and this can be supported technically, I would still not advise doing this: the manifest should get the entire hash for safety reasons. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request
Is your feature request related to a problem? Please describe.
For example, the md5 of a file is
897bf087643818e9f797d48212f226f6
But on its website, I cannot get string
897bf087643818e9f797d48212f226f6
but only897bf087
In this situation, how should I write
autoupdate.hash
field in manifest.json.Describe the solution you'd like
Describe alternatives you've considered
Beta Was this translation helpful? Give feedback.
All reactions