Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 3
    "I need something that I can use the hash to generate back the tuple" - then what you need isn't a hash. Hashes aren't designed to let you recover the original input. Commented Dec 27, 2018 at 4:30
  • Fair enough, what should I look into then? Commented Dec 27, 2018 at 4:31
  • @user2357112: Maybe it's the wording. The "In need the hash..." paragraph describes the use case better: hash as filename to retrieve the stored value from the file where the value is saved. Commented Dec 27, 2018 at 4:33
  • Related: stackoverflow.com/questions/64344515/… Commented Sep 19, 2022 at 7:35