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

Branching Decoders/ Checkers. #751

Open
brunnelu opened this issue Aug 11, 2022 · 0 comments
Open

Branching Decoders/ Checkers. #751

brunnelu opened this issue Aug 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@brunnelu
Copy link

Problem:

Currently Checkers check for plaintext. Sometimes it might be useful to branch from a Checker to further resolve the detected plaintext. The most common example probably would be a JSON where values consist of ctexts. It would be nice, if one could have the possibility to decode those values further.

Is there a possibility to achieve something like that. So far I haven't found any, but maybe someone knows more.

Solution:

One (1) could either allow branching of decoders, where decoders are allowed to output a list of ctexts to further decode or (2) one could allow checkers to start new runs for subfields like values in a dictionary. I think the second approach is conceptually cleaner.

@brunnelu brunnelu added the enhancement New feature or request label Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant