A simple and elegant Next.js application to convert any string into a SHA-256 hash.
- Text Input: Enter any text you want to hash.
- Instant Hashing: Generates a SHA-256 hash of your input on the client-side.
- Clear Display: View the generated hash in a clean, readable format.
- Copy to Clipboard: Easily copy the hash with a single click.
To get started, run the development server:
npm run devOpen http://localhost:9002 with your browser to see the result.