Skip to content

A lightweight, responsive web app built with AngularJS and Bootstrap 5 that allows users to generate SHA256 hashes from input strings.

Notifications You must be signed in to change notification settings

AryanKaji/SHA256_HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

SHA256 Hasher (AngularJS + CryptoJS)

This is a simple web-based SHA256 hashing tool built with AngularJS, CryptoJS, and Bootstrap. It allows users to input text and generate a SHA256 hash of the content.


Features

  • Input any text or string
  • Generate secure SHA256 hash using crypto-js
  • Fully responsive layout using Bootstrap 5
  • Input any text and generate its SHA256 hash instantly
  • Validation for empty input
  • Reset button to clear input and output
  • Modular structure with clean code separation

Folder Structure

sha256-hasher/
├── index.html                # Main HTML page
├── styles.css                # Custom styling
├── app.js                    # AngularJS app logic
├── libs/
│   ├── angular.min.js        # AngularJS framework
│   └── bootstrap.min.css     # Bootstrap styling
│   └── crypto-js.min.js      # SHA256 hashing library
├── screenshot/
│   └── SHA256 Hasher Web.png # Screenshot of output 
└── README.md                 # Project documentation

How to Use

  • Download or Clone the repository:
  • Open the app:
    • Just open index.html in your browser (no server required).
  • Start hashing:
    • Type your input in the field
    • Click the "Generate SHA256 Hash" button
    • The result appears below

Dependencies


Screenshots

SHA256 Hasher Screenshot


Notes

  • SHA256 is a one-way cryptographic hash — it's irreversible.
  • This app is for educational and basic use. For secure password handling, use salted hashes with algorithms like bcrypt or Argon2.

About

A lightweight, responsive web app built with AngularJS and Bootstrap 5 that allows users to generate SHA256 hashes from input strings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published