Hashweb is a local-only SHA-256 hashing web application built with TypeScript, JavaScript, HTML, and CSS. It allows you to compute the SHA-256 hash of any input directly in your browser without sending data to a server, ensuring complete privacy and security.
- Client-side SHA-256 hashing in the browser
- Fast, secure, and private – no network requests
- Clean and responsive user interface
- Built with TypeScript for type safety
- Minimal dependencies
-
Clone the repository
git clone https://github.com/uditrajput03/hashweb.git cd hashweb -
Install dependencies
npm install # or yarn install
-
Start the development server
npm run dev # or yarn dev -
Open your browser and navigate to
http://localhost:5173(or the port specified). -
Enter any text in the input field to see the SHA-256 hash computed instantly.
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/my-feature) - Make your changes and commit them (
git commit -m "Add my feature") - Push to your branch (
git push origin feature/my-feature) - Open a pull request
Please ensure your code follows the existing style and includes tests where applicable.
This project is released under the MIT License.