ended3월 24일· 1 sources

I got tired of pasting sensitive strings into random websites, so I built a browser-based hash generator

민감한 문자열을 아무 사이트에나 붙여넣기 지쳐서 직접 브라우저 기반 해시 생성기를 만들었습니다

Why it matters

The author built a browser-based hash generator after discovering that popular online hashing tools were sending input to servers on every keystroke. It uses the Web Crypto API for SHA family hashes and an inlined pure-JS implementation for MD5, with no server calls or external dependencies. The tool is part of ToolDock, a collection of local-only browser dev tools including JWT decoder, JSON formatter, and regex tester.

1
Sources
+0
24h
Growth
173d
Active
Web Crypto APIhash generatorToolDockMD5SHA-256

Sources

Related Issues