https://github.com/codejake/base64-binary-decoder
https://github.com/codejake/base64-binary-decoder
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codejake/base64-binary-decoder
- Owner: codejake
- License: mit
- Created: 2025-03-20T15:20:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T15:24:35.000Z (about 1 year ago)
- Last Synced: 2025-03-20T16:35:02.897Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# base64-binary-decoder
This is a quick toy project that decodes and dumps a given base64 string to a
binary file. I've been using it for some threat hunting fun.
## To run:
```bash
bun run index.js
```