# Wanderer: A Visual Hash Generator #hash #project #visualisation Have you ever wondered how the 'randomart' you see when creating an SSH key is generated? Turns out it uses the brilliantly named [drunken bishop algorithm](https://www.dirk-loss.de/sshvis/drunken_bishop.pdf). Seeing this inspired me to create my own version: "Wanderer". Wanderer works by converting each character of the given string into octal (0-7), then mapping each octal character into a step in a direction. Each of these steps is then followed in order, leaving behind a coloured trail/heatmap of visited cells. Enter some text, update the direction-map (hint: you can leave blanks) and click Generate: ```html