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

JSON Key Support #5

Open
sourcekris opened this issue Dec 2, 2021 · 0 comments
Open

JSON Key Support #5

sourcekris opened this issue Dec 2, 2021 · 0 comments

Comments

@sourcekris
Copy link
Owner

It is uncommon but I saw a CTF or two distribute keys as JSON blobs.

something like:

{'n':'0x1234....', 'e':'0x123'} 

The text key parser is already overly complicated with regex matching. I don't really want to write an AST based key parser either. So perhaps a first pass at this with -json boolean flag where users can self identify the key is JSON.

The default should be false.

It should support lists / slices of keys and when a slice of keys is found it could act as in the -keylist flag.

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

1 participant