Generate SHA256 hashes for any string using this open-source tool built with native browser Web APIs.
Features · Privacy · Running locally
- Next.js App Router
- React Server Components (RSCs), Suspense, and Server Actions
- Edge runtime-ready
- shadcn/ui
- Styling with Tailwind CSS
- Radix UI for headless component primitives
- Icons from Phosphor Icons
The website https://sha256.scoredetect.com/ does not collect any data from users. The website is hosted on Vercel and is served over HTTPS.
-
First, clone the repository.
-
Install the
pnpm
command. See https://pnpm.io/installation for more information. -
Install the dependencies:
pnpm install
- Run the development server:
pnpm dev
- You can now visit
localhost:3000
from your browser to see the app.
Your app template should now be running on localhost:3000.