Hashing Vs. Encryption
There is a common misunderstanding that hashing and encryption are the same thing. They are not. Hashing is non-reversable. Take the following example:
$ echo -n Password123 | md5sum
42f749ade7f9e195bf475f37a44cafcb -
2025-03-09 10:04:44