Unix Permission Calculator
Toggle read/write/execute for owner, group, and others to get octal and symbolic chmod values.
| Who | Read (r) | Write (w) | Execute (x) |
|---|---|---|---|
| Owner (u) | |||
| Group (g) | |||
| Others (o) |
Command: chmod 644 file
Example
Owner read+write, group/others read-only → octal 644, symbolic rw-r--r--.
FAQ
Security Tools
JWT Decoder
Decode JWT header and payload, view expiry and validity.
Bcrypt Generator & Verifier
Generate hashes and verify passwords (server-side).
UUID Generator & Validator
Generate UUID v4 and validate. Bulk 1–1000, export TXT/CSV.
Random String Generator
Generate random strings. Length, uppercase, lowercase, numbers, symbols.
Password Generator
Generate strong passwords. Length, symbols, strength meter.
Hash Generator
MD5, SHA-1, SHA-256, SHA-512 hashes from text.
JWT Encoder
Create HS256 JWTs with header, payload, and secret (Web Crypto).
HMAC Generator
Generate HMAC-SHA256 or HMAC-SHA1 with a secret key.