Using RSA to encrypt large data files in C#

Introduction A utility in C# to use public/private key encryption of data inside large text files, before sending them over a secure connection such as SSL. As I soon found out when playing around with this technique, RSA as a means of assymetric encryption has a drawback, and that is in the size of the …

Continue reading ‘Using RSA to encrypt large data files in C#’ »