SHA256 Hasher is a simple application that allows you to generate SHA256 hashes for any given input. This can be useful for verifying data integrity, storing passwords securely, and more.
basically, just me training myself on typescript XD
- Generate SHA256 hashes from text input
- Easy-to-use interface
- Lightweight and fast
To install the SHA256 Hasher, follow these steps:
- Clone the repository:
git clone https://github.com/solitaire83/sha256-hasher.git
- Navigate to the project directory:
cd sha256_hasher
- Install the required dependencies:
npm install
If you have installed all the necessary dependencies, run the following commands (in order):
npm run build
npm run start
Then, follow the on-screen instructions to input the text you want to hash.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please open an issue on the GitHub repository.