html - How can i make it csv file password protected using javascript -


html table data exporting csv file ,it's happening want make csv file password protected using javascript .is possible ? or way same thing .thanks in advance

on surface csv file data exchange format, fields separated commas , each record goes on single line.

comma separated values standard

this specification wouldn’t deal password protection.

but can zip csv. require password before uncompressing.

password protect zip file so

in link called exec zip file password protection.

i not know details of intending accomplish, can scramble csv want , make unreadable without decryption, since isn't part of standard, getting file wouldn't know it. if control both encryption , decryption, don't need zip.

you use encryption library javascript aes encryption


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -