0

Is it possible to create a csv file protected by password?

I can't find library. I tried with "security-json-to-csv" but it didn't work.

1 Answers1

0

The CSV format does not have a way to "password-protect" it, but there are other ways to achieve this:

  • Encrypt the file (maybe using crypto?)
  • ZIP it then password protect the zip.
LeoDog896
  • 3,472
  • 1
  • 15
  • 40