Getting started with SWiG for interfacing between C# and C++ Visual Studio projects
1. Download and extract the SWiG interface: Windows version available here: http://prdownloads.sourceforge.net/swig/swigwin-2.0.9.zip
1. Download and extract the SWiG interface: Windows version available here: http://prdownloads.sourceforge.net/swig/swigwin-2.0.9.zip
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#’ »