cd ../tools

public cyber tool / developers / browser-side

Hash & Encoder Toolkit

Calculate common hashes and transformations in the browser. Useful for development, debugging and comparing values, not for storing passwords.

toolkit --hash --encode local analysis / no remote fetch
toolkit --hash --encode

Correct use

SHA hashes are useful for integrity and comparison, but passwords require dedicated algorithms such as Argon2id, bcrypt or scrypt.

Base64 is encoding, not encryption: anyone can decode it.

For sensitive data use controlled local tools and do not paste secrets into pages you do not trust.

references