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

Allow for hash digest encoding type [serde] #272

Open
TokenManiac opened this issue Nov 2, 2024 · 0 comments
Open

Allow for hash digest encoding type [serde] #272

TokenManiac opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@TokenManiac
Copy link

TokenManiac commented Nov 2, 2024

Allow an option to specify the encoding type for serde.hash output.

This would be quite convenient, as I often find myself needing the base64-encoded result of hashes to verify file integrity and share it with other online services, such as Roblox’s OpenCloud.

If the argument is left empty, it should default to hex encoding (for backwards compatibility with older versions) or the buffer type, which makes more sense to use.

@TokenManiac TokenManiac changed the title Allow for digest encoding type [serde] Allow for hash digest encoding type [serde] Nov 3, 2024
@filiptibell filiptibell added the enhancement New feature or request label Nov 5, 2024
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

2 participants