Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 809 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 809 Bytes

FindHash

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.

Clone :

git clone https://github.com/bseptember/findme

cd findme

Quick Start


..\findhash\bin\Debug\net6.0-windows\findhash.exe

Visual Studio:

Click the run button in visual studio after opening it.

Build with docker

docker build -t findhash .

docker run -d --name myapp findhash

The output executable will be generated in /app/out

Test:

Sample