• Franco Fichtner's avatar
    crypt: use the proper OpenSSL version when appropriate · 639d0993
    Franco Fichtner authored
    This is not the fix I have been meaning to push, but openssl_encrypt()
    and openssl_decrypt() are too low level.  They do AES-256-CBC, but not
    key derivation as well as salt and IV handling.  Getting this 100%
    compatible with OpenSSL was the blocker then.  Also, experts have said
    that the cipher should not be used anymore, adding more annoyances as
    this config output does not have a version information prefix...
    639d0993
crypt.inc 3.17 KB