Level 65
I guess you could load the data and decrypt it like that then make it a file again?
I have a requirement to decrypt SSL encrypted files in Lumen. I will have the private key for each file with which to decrypt. As far as I can determine Lumen/Laravel only deal with encrypted strings, not entire files, or do I just stream the entire file in as a string to the decrypt method?
Please or to participate in this conversation.