Replies: 1 comment 1 reply
-
The modified time in the file is always different. Try setting the modified time manually for the entry. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
We do compress long strings into a zipped one (password protected).
Our problem is - the output is not deterministic - every time we compress a string - we are getting a different compressed sting.
Unzipping it always returns the same result .
How to make it deterministic - the same zipped string every time?
That will help us with caching.
Thanks.
Zip:
Unzip:
Beta Was this translation helpful? Give feedback.
All reactions