Imports System.IO Imports System.Reflection Imports System.Security.Cryptography Imports System.Text Public Class EncryptString Private Key As Byte() Private IV As Byte() Public Sub New() Dim ...