rust-fastpbkdf2 icon indicating copy to clipboard operation
rust-fastpbkdf2 copied to clipboard

Request publishing a new version of this crate

Open cryptogun opened this issue 6 years ago • 2 comments

Cannot compile rust-fastpbkdf2 under Windows. https://crates.io/crates/fastpbkdf2 is outdated. djangohashers crate depends on this. Two cirtical fixes are as follows: include
c99

How about an update? Thank you!

PS: for newbees who don't know where to put openssl folder to:

# copy C:\Program Files\OpenSSL-Win64\include to
rust-fastpbkdf2\fastpbkdf2\openssl\include
# copy C:\Program Files\OpenSSL-Win64\lib  to
rust-fastpbkdf2\fastpbkdf2\openssl\lib

i.e. You need to arrange for openssl to appear in openssl/ under that ROOT repo.

cryptogun avatar Mar 21 '19 04:03 cryptogun

I would suggest using ring instead of this crate; it should have pretty competitive performance to this one and is easier to build.

ctz avatar Apr 02 '19 19:04 ctz

Thanks for the reply. Rust is hard so I'm back to Django for faster development. 😆

cryptogun avatar Apr 04 '19 13:04 cryptogun