@hezelclark/base64
v1.0.3
Published
Encode and decode Base64 in your terminal
Maintainers
Readme
@devkits/base64
Encode and decode Base64 in your terminal
Installation
npm install -g @devkits/base64Or use without installation:
npx @devkits/base64 "hello world"Usage
# Encode
dk-base64 "hello world"
# Decode
dk-base64 -d "aGVsbG8gd29ybGQ="
# From stdin
echo "hello" | dk-base64
# Direct with npx
npx @devkits/base64 -d "SGVsbG8="Why @devkits/base64?
- ✅ Fast - Instant encoding/decoding
- ✅ Zero dependencies - Pure Node.js
- ✅ Offline - Works without internet
- ✅ Free - Open source (MIT)
- ✅ CLI - Use in your terminal
Web Version
Prefer a GUI? https://devkits-tools.surge.sh/tools/base64
Pro Features
Upgrade to Pro: https://devkits-tools.surge.sh/pro
- Batch processing, API access, cloud sync, and more
- $9 one-time (use code
EARLYBIRD-2026for 20% off)
See Also
- DevKits — 82 free developer tools
- Invoicely — Free invoice generator for freelancers
- SnapOG — Free OG image generator with 20+ templates
License
MIT © DevKits Team
