-
Notifications
You must be signed in to change notification settings - Fork 356
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
[Feature Request]: Add hash calculations to calculation transform for various field types and algorithms #3372
Comments
Extra calculations to the calculator are always welcome! Thanks for stepping up! |
.take-issue |
Reading your use case, did you need something different than the "Add
Checksum" Transform? I saw all the hash methods you used present there:
[image: image.png]
…On Fri, Nov 10, 2023 at 6:26 AM Dennis van der Wals < ***@***.***> wrote:
.take-issue
—
Reply to this email directly, view it on GitHub
<#3372 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJNF5QYNFGB5WI72KNAIMTYDYMPVAVCNFSM6AAAAAA7FZNJSCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBVGY2DONZXHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks Dennis! |
@usbrandon You're absolutely correct, and I appreciate you bringing it to my attention. I hadn't taken that into consideration. Thank you for letting me know. While it's still possible to calculate more values in a single step using the calculation plugin, it does seem quite unusual. |
What would you like to happen?
For some APIs I need to calculate hash values of certain strings for authentication. I utilized a external service called via REST API, but this had become a bottleneck and critical dependency quickly. Therefore I developed an own small plugin https://github.com/vdwals/hop-plugin-hashing based on the existing calculation transform.
During this process, I figured out, the current calculation transform could be enhanced to do certain hashing calculations with only a few changes, and therefore I would spent time more efficiently enhancing the calculation step than improving my plugin.
So sum up: Add further calculation to the calculation transform to calculate hash strings and binaries from certain inputs. Maybe even with a variable algorithm set by "Field B".
Issue Priority
Priority: 3
Issue Component
Component: Transforms
The text was updated successfully, but these errors were encountered: