Skip to content

For you, a tool to hash anything that comes to your mind, and for me, a way to have fun with Typescript (I always get bored, typescript is boring)

License

Notifications You must be signed in to change notification settings

solitaire83/sha256-hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA256 Hasher

Overview

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

Features

  • Generate SHA256 hashes from text input
  • Easy-to-use interface
  • Lightweight and fast

Installation

To install the SHA256 Hasher, follow these steps:

  1. Clone the repository:
    git clone https://github.com/solitaire83/sha256-hasher.git
  2. Navigate to the project directory:
    cd sha256_hasher
  3. Install the required dependencies:
    npm install

Usage

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, please open an issue on the GitHub repository.

About

For you, a tool to hash anything that comes to your mind, and for me, a way to have fun with Typescript (I always get bored, typescript is boring)

Resources

License

Stars

Watchers

Forks

Packages

No packages published