-
Notifications
You must be signed in to change notification settings - Fork 1
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
Hashing with salt #18
Comments
How should it be implemented? 🤔
filters:
- type: hash
columns:
- { name: email, salt: fooooooooo }
filters:
- type: hash
columns:
- { name: email, salt_column: user_id } |
saltとは少し違いますが、HMAC方式のハッシュにも対応して頂けると嬉しいです! 参考: https://docs.oracle.com/javase/jp/7/api/javax/crypto/Mac.html
|
Closed
@k24d 遅くなりましたが、HMAC hashingに対応したv0.5.0をリリースしたのでよければ試してみてください 🙏 |
ありがとうございます!期待した通りに動作することを確認しました。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref: https://blog.liclab.com/2017-08-19/extract-and-anonymyze-by-embulk/
The text was updated successfully, but these errors were encountered: