Simple Encryption and Decryption Function using rijndael algorithm.
Imports this:
Imports System.Security
Imports System.Security.Cryptography
Imports System.IO
Imports System.Runtime.InteropServices
Imports System.Text.RegularExpressions
Imports System.Text
Source : [snipped]