I have a .txt file and I open this file, I read it and encrypt and decrypt it, It works fine. Now I want to read all kinds of files like .png, .pdf, .doc and want to encrypt / decryption. File.readtoend () does not work here. I would like to use a binary reader instead of a reader.
Treat all files as an array of bytes, instead of typing your encryption.
Comments
Post a Comment