kevinsandow / PBEWithMD5AndDES

PHP >= 7.2 implementation for passphrase based encryption (PBE) as defined in PKCS#5 version 2.0 (RFC 2898)
MIT License
17 stars 12 forks source link

replacing hex2bin() function with pack("H*", ...) to backward compati… #3

Closed kevinsandow closed 8 years ago

kevinsandow commented 8 years ago

…bility