RSP Encrypt Net description
RSP Encrypt .Net is a .Net library to encrypt files with a very fast implementation of AES 256 bits and standard RC4
RSP Encrypt .Net is a .Net library that can encrypt files using AES 256 or RC4 encryption method. The code is optimized to very fast code execution on Win32 when new AMD or Intel processors are available.
You have the ability to pause , resume and cancel the encryption of files and a progress event to report the progress of the execution.
Here are some key features of "RSP Encrypt Net":
· Ability to encrypt files with a very fast implementation of AES and RC4
· The encryption process occurs in an in-process code loaded in the same address space of the application using the control
· The speed execution is lightning fast
· Due to the way that we have implemented the AES encryption method , when a file is not multiple of 16 bytes , the last bytes are encrypted with RC4 to avoid the size of the destination file to be different of the original file