This example will show you how to use public and private keys to encrypt data. First off lets create a class and call it CryptoService: Imports System.IO Imports System.Text Imports System.Security.Cryptography Public Class CryptoService Now we are going...