Add user details in textbox to get the irreversible encrypted sha256 generated in the third column.
Clicking encrypt will concatenate the textbox values and generate a reversible AES256 encrypted text.
Decrypt will decrypt the value generated from clicking the encrypt button, select which value in the list you want decrypted.
git clone https://github.com/bseptember/findme
cd findme
..\findhash\bin\Debug\net6.0-windows\findhash.exe
Click the run button in visual studio after opening it.
docker build -t findhash .
docker run -d --name myapp findhash
The output executable will be generated in /app/out