Y
Hacker News
new
|
ask
|
show
|
jobs
by
debesyla
29 days ago
Wait, can this format be transformed back to the "normal" format? If so, then it could be kinda viable for some operations... :thinking_emoji:
3 comments
jstanley
29 days ago
No, it can't be transformed back because it has lost information.
2025-06 and 2026-05 both have the same digits, for example.
link
mkopinsky
29 days ago
No, it's an unreversible hash function. I use this for passwords - no one will ever be able to figure out what ehntru2 was originally.
link
dhosek
29 days ago
I feel confident it would be one of the six permutations of 2, the, run.
link
ben_w
29 days ago
hunter2
link
ben_w
29 days ago
No, because "12".sort_by_digits() == "21".sort_by_digits()
link
2025-06 and 2026-05 both have the same digits, for example.