Can you encrypt a text file in JavaScript? Before writing in a text file I got a javascript file to encrypt the data and it works, but when I read the data, only the beginning is decrypted correctly, so I thought that in the file I The data should not be encrypted, but the file itself will not be encrypted. Anyone have to do this?
You can not usually interact with files on the client's computer (though there are some things Which you can do with HTML5), then this is a little controversial issue.
Although I have not used it, you can try (if it matches the device) a very good encryption / decryption utility.
Comments
Post a Comment