Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more encoding types #13

Open
obsidianforensics opened this issue Dec 3, 2019 · 1 comment
Open

Add more encoding types #13

obsidianforensics opened this issue Dec 3, 2019 · 1 comment
Labels
Enhancement Making an existing feature or parser better Parser Related to Unfurl's parsing capabilities

Comments

@obsidianforensics
Copy link
Owner

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

@obsidianforensics obsidianforensics added Enhancement Making an existing feature or parser better Parser Related to Unfurl's parsing capabilities labels Dec 3, 2019
@obsidianforensics obsidianforensics mentioned this issue Jan 31, 2020
1 task
@obsidianforensics
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Making an existing feature or parser better Parser Related to Unfurl's parsing capabilities
Projects
Unfurl Parsers
  
Ideas
Development

No branches or pull requests

1 participant