An open API service indexing awesome lists of open source software.

https://github.com/codejake/base64-binary-decoder


https://github.com/codejake/base64-binary-decoder

Last synced: 11 months ago
JSON representation

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
```