unfurl
unfurl copied to clipboard
Add more encoding types
Description Unfurl currently supports basic url-safe b64 decoding, and only if the results are ASCII. This should be expanded to include more encoding types and chains.
Currently supported:
- url-safe b64 -> ASCII
Encodings to add:
- url-safe b64 -> gzip -> ASCII
- url-safe b64 -> protobuf
- b32 -> ASCII
- More ...
Examples
- TBD
References
- https://tools.ietf.org/html/rfc3548.html
More references:
- https://en.wikipedia.org/wiki/Binary-to-text_encoding
- https://github.com/mufeedvh/basecrack/