Does Phalcon provide any built-in methods for encryption with tamper-proofing authentication? Of course I can always include an HMAC in the encrypted data and just check it myself, but I was wondering if Phalcon had any built-in options.
Does Phalcon provide any built-in methods for encryption with tamper-proofing authentication? Of course I can always include an HMAC in the encrypted data and just check it myself, but I was wondering if Phalcon had any built-in options.