Skip to content

scoredetect/sha256-encrypt

Repository files navigation

Open-Source SHA256 Encryption Tool

Generate SHA256 hashes for any string using this open-source tool built with native browser Web APIs.

Features · Privacy · Running locally


Features

Privacy and Security

The website https://sha256.scoredetect.com/ does not collect any data from users. The website is hosted on Vercel and is served over HTTPS.

Running locally

  1. First, clone the repository.

  2. Install the pnpm command. See https://pnpm.io/installation for more information.

  3. Install the dependencies:

pnpm install
  1. Run the development server:
pnpm dev
  1. You can now visit localhost:3000 from your browser to see the app.

Your app template should now be running on localhost:3000.