Sunday, February 17, 2013

Encryption and Decryption Functions In Vb.net

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

No comments:

Post a Comment