spaulll / HashLens

Web based hash identifier using <py-script>

Home Page:https://spaulll.github.io/HashLens/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

HashLens

A simple hash identifier made with basic HTML, CSS and pyscript

PyScript

PyScript is a framework to run simple as well as rich python programs directly in a web browser. It uses HTML's interface and the power of Pyodide, MicroPython and WASM, and modern web technologies. PyScript can be used in replacement of Java Script. But keep in mind that PyScript is very slow.

Tech Stack

Client: HTML, CSS, PyScript

Server: Nothing! Magic happens on the clint side

Features

  • Supports almost all hash types
  • Auto Light/dark mode toggle
  • Cross platform

Run Locally

Clone the project

  git clone https://github.com/spaulll/HashLens.git

Go to the project directory

  cd HashLens

Start the server as per your convenience

  python3 -m http.server

FAQ

Why The Website is slow

HashLens took a few seconds to fully load as it uses PyScript which itselt is very slow.

Authors

About

Web based hash identifier using <py-script>

https://spaulll.github.io/HashLens/


Languages

Language:CSS 37.6%Language:Python 25.1%Language:HTML 24.3%Language:JavaScript 13.0%