Security Lab
Security-focused browser tools for passwords, tokens, hashing, and encryption checks during development.
Overview
Security Lab includes 14 tools focused on practical developer workflows that run directly in the browser.
Common Use Cases
- Quickly transform development input and copy output into local workflows.
- Validate tool output before using it in CI, docs, or application code.
- Reduce repetitive utility work during debugging and integration tasks.
Tools in Security Lab
Password Generator
Generate strong passwords with configurable options.
Open toolPassword Analyzer
Analyze password strength and composition locally.
Open toolJWT Inspector
Decode and inspect JWT payloads and headers safely in the browser.
Open toolHash Generator
Generate common cryptographic hashes from plain text input.
Open toolHMAC Generator
Compute HMAC values with selectable algorithms.
Open toolUUID Generator
Create random UUIDs for distributed systems and IDs.
Open toolEncryption Studio
Encrypt and decrypt content with local browser-side processing.
Open toolToken Generator
Generate secure random tokens in browser-friendly formats.
Open toolBcrypt Hasher
Hash text with bcrypt cost factors using browser-side crypto libraries.
Open toolRSA Key Pair Generator
Generate RSA public and private keys locally for test workflows.
Open toolOTP Code Generator
Create time-based one-time passcodes from a shared secret locally.
Open toolNano ID Generator
Generate compact random IDs with customizable size and alphabet.
Open toolULID Generator
Generate lexicographically sortable ULIDs with timestamp entropy.
Open toolBIP39 Passphrase Generator
Generate mnemonic-style recovery phrases from a built-in word list.
Open toolFAQ
Does this category process input on a server?
Core tools are browser-first and designed for local processing in the current ScriptPulse implementation.
Can I use these outputs in production workflows?
Yes, but you should validate outputs against your runtime requirements before deployment.