The purpose of the GoVueHash project is to be a visual example of how passwords are hashed.
This is a Golang backend running goFiber as a webserver framework, utilizing bcrypt to encrypt data as it is passed in from the frontend. The frontend is utilizing VueJS 3 with the CompositionAPI.