unfurl icon indicating copy to clipboard operation
unfurl copied to clipboard

Add more encoding types

Open obsidianforensics opened this issue 5 years ago • 1 comments

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

obsidianforensics avatar Dec 03 '19 19:12 obsidianforensics

More references:

  • https://en.wikipedia.org/wiki/Binary-to-text_encoding
  • https://github.com/mufeedvh/basecrack/

obsidianforensics avatar Jul 03 '20 21:07 obsidianforensics