sharplispers / ironclad

A cryptographic toolkit written in Common Lisp
BSD 3-Clause "New" or "Revised" License
166 stars 28 forks source link

Implement EvpKDF compatible with сrypto-js library. #73

Open DeivAstra opened 2 months ago

DeivAstra commented 2 months ago

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.