Hello, guys!
I have a task which need to encrypt some secret data.
I hope I can trying to set password on this csv file, and people can open the file by password.
That is different between encrypting content and encrypting file, and i need to encrypt the file.
i found a lot of csv library which cant solve my problem.
By the way, my environment is php 5.6.
Can I set the password with file by goodby/csv library?