Skip to content

Repository files navigation

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

About

Add user details in textbox to get the sha256 generated in the third column. Clicking encrypt will concatenate the textbox values and generate a AES256 encrypted text. Decrypt will decrypt the value generated from clicking the encrypt button.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages