How to make a simple encrypter in Microsoft Visual Basic 2008











>> YOUR LINK HERE: ___ http://youtube.com/watch?v=p4wzMHwGI3w

In this tutorial I will show you how to make a simple encrypter in Microsoft Visual Basic 2008. • • ***Codes*** • • ***Encrypt Button*** • • Try • DES.Key = Hash.ComputeHash(System.Text.ASCIIEncoding.ASCII.GetBytes(TextBox1.Text)) • DES.Mode = Security.Cryptography.CipherMode.ECB • Dim DESEncrypter As System.Security.Cryptography.ICryptoTransform = DES.CreateEncryptor • Dim Buffer As Byte() = System.Text.ASCIIEncoding.ASCII.GetBytes(TextBox2.Text) • TextBox2.Text = Convert.ToBase64String(DESEncrypter.TransformFinalBlock(Buffer, 0, Buffer.Length)) • Catch ex As Exception • MessageBox.Show( The following error(s) have occurred: ex.Message, Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Error) • • ***Public Class Form1*** • • Dim DES As New System.Security.Cryptography.TripleDESCryptoServiceProvider • Dim Hash As New System.Security.Cryptography.MD5CryptoServiceProvider • • Any bugs or issues and downloads, visit my website; • • http://HelpComputerOnline.webs.com/

#############################









New on site
Content Report
Youtor.org / YTube video Downloader © 2025

created by www.youtor.org