You could do pretty well just by ripping off some C# RSA example code. Find a moderately competent programmer, pay them for 2-5 hours of work...sure, why not. Just stick to the high-level APIs and you should be fine.
But realistically, nobody will be able to shut down the FOSS tools that already exist. Use Tor or VPNs if necessary in countries with internet censorship.
You would be surprised, I think. The RSA/AES stuff in C#'s System.Security.Cryptography library is pretty robust and easy to use. Copy/Pasting from MSDN will get you quite far.