Chapter IV · 인코더 및 암호
인코더 및 암호.
Base64, URL, 헥스, 해시, HMAC, JWT, 키 및 고전 암호 — 모두 클라이언트 측에서 작동하며, 절대로 기록되지 않습니다.
- Tools
- 21 도구
- Sections
- 5 sections
Offline
인코더8 tools
암호2 tools
해시 & HMAC3 tools
JWT & 토큰3 tools
From the blog
Reading on this topic.
base64
Base64 encoding across 5 languages: JavaScript, Python, Go, Rust, PHP
Idiomatic Base64 and Base64URL encoding/decoding in JS, Python, Go, Rust, and PHP — with the standard-library one-liners and the gotchas each language buries.
3 min read
Base64URL vs Base64: when the extra characters matter
The + / = characters in standard Base64 break URLs, filenames, and JWT headers. Base64URL is the fix — and it's almost but not quite a drop-in replacement.
4 min read
Base64 explained: what it is, what it isn't, and when to use it
Base64 is everywhere — emails, JWTs, data URLs, certificates. Here's what it actually does, and what it doesn't (encryption!).
End of Chapter IV
Next · Chapter V생성기