(no title)
michaf | 3 years ago
> echo test1 | md5
it will output another random 'hash' each time. But within one session it knows that md5 should produce the same output. Running > echo test1 | md5
multiple times, or even > VAR1="test1"; echo $VAR1 | md5
produces the same output for me within the same session, while > echo test2 | md5
results in a different, but also session-consistent hash.
ogogmad|3 years ago
Pseudo + "random".
[edit]
The application is it might be able to denoise text files full of "noise".