To download this file, please login or click here to register
Description:
This is a static library for encrypting and decrypting data. It is fast, very secure and easy to change into a normal function or DLL. The password is what determines how the file is encrypted which makes this encryption method very strong. It is a library and not a whole piece of software though, I just did the hard part, it is the users responsibility to send data and the password to the library's functions which is very easy for anyone knowing C++. It encrypts and decrypts using a byte at a time but does this very quickly.