Hello, I have tried to generate a key by openssl/ironclad kdf with password and salt.
But crypto-js EvpKDF implementation is not compatible as described here, so I tested and cant got valid key at all.
Crypto-js is very popular library: https://github.com/brix/crypto-js
EvpKDF implementation: https://github.com/brix/crypto-js/blob/develop/src/evpkdf.js
I am ready to give additional info, but need to know first - could you implement this?
Thanks.