Recent questions tagged hash
A Hash is a fixed-size value that is created from an arbitrary-sized value by a one-way function, meaning you can calculate B from A, but not A from B. Different input values may or may not map to the same output values (i.e. so-called collisions might occur).