This project provides code that allows you to hash and unhash data using a private key. The hashed data is then saved in a local .txt file. Additionally, the code includes functionality to delete all your hash data and unhash data.
To get started with this project, please follow the steps below:
- Create a
.env
file in the project root directory. - Add the following line to the
.env
file:ReplaceSECRET_TOKEN="Top_Secret_Token"
"Top_Secret_Token"
with your desired secret token. - Install the required dependencies by running the following command:
npm install
- Start the project by running the following command:
node menu.js
- Follow the instructions provided in the menu to use the hash and unhash functionalities.
Make sure your system meets the following requirements:
- Node.js version: v18.14.1
- Operating System: Windows
Please ensure that you have Node.js installed on your machine before running this project.
This project is licensed under the MIT License. Feel free to modify and use the code according to your needs.
We would like to thank all the contributors who have helped in the development of this project.
If you have any questions or issues, please feel free to contact us.
Happy coding!