VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Dec Enc XOR file encryption fast file access

Sam North  (4 Submissions)   Encryption   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Dec Enc encrypts any file you throw at it, any size can be handled and does not take huge amounts of memeory to run - bout 1.5 MBs at most of free RAM is all that is needed to encrypt any file, and less than that if the file is smaller.
Dec Enc uses a byte array to read data from a file and then encrypts the file and writes the array out to a file.
Most other programs I have seen use strings to store data, which are limited in how much they can store.
Although Dec Enc uses XOR encryption, it could be made better with another encryption technique.

Assumes
If you intend to use file compression on a file and encrypt it, compress the file first and then encrypt as this will yield better results.

Rate Dec Enc XOR file encryption fast file access (3(3 Vote))
Dec Enc XOR file encryption fast file access.bas

Dec Enc XOR file encryption fast file access Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters