You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
I want to propose some advanced hashing capabilities. Essentially the goals of these features are that: the process is 100% repeatable when it should be repeatable, and 100% non-repeatable when it shouldn't be repeatable.
Here is some sample code - but basically would like to be able to override (1) the hashing algorithm (MD5, SHA, etc.) and (2) a secret seed value to concatenate before hashing, which would prevent the process to be repeatable by persons who did not have the secret seed.
Is this agreeable? This is not a huge priority for me, but it would be a nice addition, and I would be happy to submit a PR if it sounds like a good direction overall.
The text was updated successfully, but these errors were encountered:
I want to propose some advanced hashing capabilities. Essentially the goals of these features are that:
the process is 100% repeatable when it should be repeatable, and 100% non-repeatable when it shouldn't be repeatable
.Here is some sample code - but basically would like to be able to override (1) the hashing algorithm (MD5, SHA, etc.) and (2) a secret seed value to concatenate before hashing, which would prevent the process to be repeatable by persons who did not have the secret seed.
Is this agreeable? This is not a huge priority for me, but it would be a nice addition, and I would be happy to submit a PR if it sounds like a good direction overall.
The text was updated successfully, but these errors were encountered: