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

Be able to accept byte input for Secret & Salt #146

Open
Stentonian opened this issue Jan 16, 2024 · 0 comments
Open

Be able to accept byte input for Secret & Salt #146

Stentonian opened this issue Jan 16, 2024 · 0 comments

Comments

@Stentonian
Copy link

Currently only strings are supported, but we should be able to accept raw bytes.

CLI would need to have some changes. The config & secrets file should be able to have a bytes option. DapolConfigBuilder should also have a bytes option.

Maybe we can get away with simply doing literals, like "\x52" https://doc.rust-lang.org/reference/tokens.html#byte-literals

@Stentonian Stentonian added this to the Production readiness milestone Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant