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
I think it will be a good idea to provide same input same output in order to preserve consistency across a database.
You could imagine having a parameter :
- name: emailtransformer_name: emailhash: true
With that parameter and that input [email protected] this will produce something like ddaf35a193617abacc417349ae20413112e6fa4e89a97ea20a9eeee64b55d39a2192992a274fc1a836ba3c23a3feebbd454d4423643ce80e2a9ac94fa54ca49f@gmail.com with a sha512 hash function (using md5 will be faster but less secure)
The text was updated successfully, but these errors were encountered:
alexisvisco
changed the title
Provide hah function transformer
Provide hash function transformer
Apr 9, 2022
alexisvisco
changed the title
Provide hash function transformer
Provide hash function transformer/option
Apr 9, 2022
I think it will be a good idea to provide same input same output in order to preserve consistency across a database.
You could imagine having a parameter :
With that parameter and that input
[email protected]
this will produce something likeddaf35a193617abacc417349ae20413112e6fa4e89a97ea20a9eeee64b55d39a2192992a274fc1a836ba3c23a3feebbd454d4423643ce80e2a9ac94fa54ca49f@gmail.com
with a sha512 hash function (using md5 will be faster but less secure)The text was updated successfully, but these errors were encountered: