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

Operation request: TLV parser #278

Closed
n1474335 opened this issue Mar 23, 2018 · 2 comments
Closed

Operation request: TLV parser #278

n1474335 opened this issue Mar 23, 2018 · 2 comments

Comments

@n1474335
Copy link
Member

Summary

Operations to parse the following formats:

  • Type-Length-Value (TLV)
  • Length-Value (LV)
  • Key-Length-Value (KLV)

Example

LV

05486f75736504726f6f6d04646f6f72
[
    {length: 5, value: "House"},
    {length: 4, value: "room"},
    {length: 4, value: "door"}
]
@GCHQ77703
Copy link
Member

Certainly a peculiar format that I've never seen before. Started work on this over here.

@n1474335
Copy link
Member Author

Closed in #351

BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants