سؤال

Is there any python PBKDF (pkcs12) implementation? Please, note that I'm not looking for PBKDF1 or PBKDF2 (pkcs5) implementation, but for pkcs12 one. They are supposed to be different, as it is mentioned in this question.

هل كانت مفيدة؟

المحلول

After googling around, unfortunately, I didn't find the solution in the pure python. However I did find a couple of C libraries, that support PBKDF PKCS #12 and have the python bindings - Crypto, CyaSSL. None of the bindings supports the required algorithm though. That's why I decided to pick one lib up and wrap the algorithm by myself: https://github.com/cyassl/cyassl/pull/55

نصائح أخرى

There is a python pakage at https://pypi.python.org/pypi/PBKDF. i had used it

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top