rabbitmq / credentials-obfuscation

Tiny library/OTP app for credential obfuscation
Other
14 stars 8 forks source link

Use `pubkey_pbe:pbdkdf2/7` #21

Closed lukebakken closed 1 year ago

lukebakken commented 1 year ago

Even though this is not a public API we have CI coverage should it ever go away

Related to https://github.com/rabbitmq/rabbitmq-server/issues/3350

lukebakken commented 1 year ago

@michaelklishin @lhoguin @acogoluegnes - good idea? Bad idea?

michaelklishin commented 1 year ago

Given that this library is used for temporary (lifetime of a node, that is) state I don't see any reasons not to do it. Not having a homegrown implementation of PBDKDF2 is a good idea if you ask me.