Do anyone know how can I encrypted a file and attachment send out in php?
Example:
If I have a csv file call test.csv. Any way that I can encrypted the file then attached and send it over to someone. Also, how can I decrypt the file from the other side?
get the file into $file_str:
encrypt via mcrypt
decrypt in client’s end
create the file again