vb.net加密程序 vbnet des加密

求用VB.NET编的“古典密码”加密程序?。?/h2>Public Class Form1
Dim s As String
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim yingshe As String = TextBox1.Text
Dim news As String
Dim temp As String
Dim new_temp As String
Dim i As Integer
If ofDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
Dim objfile As New System.IO.StreamReader(ofDialog1.FileName)
s = objfile.ReadToEnd
objfile.Close()
End If
For i = 1 To Len(s)
temp = Microsoft.VisualBasic.Mid(s, i, 1)
Select Case Asc(temp)
Case 97 To 123
new_temp = Microsoft.VisualBasic.Mid(yingshe, Asc(temp) - 96, 1)
Case 65 To 91
new_temp = UCase(Microsoft.VisualBasic.Mid(yingshe, Asc(temp) - 64, 1))
Case Else
new_temp = temp
End Select
news = newsnew_temp
Next
Dim objfile1 As New System.IO.StreamWriter(ofDialog1.FileName)
objfile1.Write(news)
objfile1.Close()
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim objfile1 As New System.IO.StreamWriter(ofDialog1.FileName)
objfile1.Write(s)
objfile1.Close()
MessageBox.Show("成功解密了")
End Sub
End Class
所需要的控件有按钮两个vb.net加密程序,一个加密vb.net加密程序 , 一个解密vb.net加密程序,文本框一个,里面是26个字母的对应表 , 比如bcdefghijklmnopqrstuvwxyza的话,就把a 改变为 b 。
VB.NET开发的软件,大家一般都是怎么加密的网上有很多专业的加密教程
最适合小开发者的软件加密方式就是下面这个
获取硬件信息和个人注册时的姓名手机号等一系列信息,通过预先设定好的加密函数进行散列加密,生成一个只有本人本机能使用的序列号 , 软件正版授权的时候用同样的方式生成序列号进行比对,一样则通过
vb.net怎么用加密狗1、安装加密狗驱动程序:下载加密狗驱动程序,安装到计算机中 。
2、导入加密狗类库:在vb.net程序中,导入加密狗类库,可以使用加密狗类库中的API函数 。
3、调用API函数:调用加密狗类库中的API函数,实现与加密狗的交互,实现加密狗的功能 。
vb.net使用如密狗加密狗怎么使用,分为以下几个步骤 。
1、做加密软件之前先安装好客户端CodeMeterSDK 。打开客户端 , 进入CodeMeter功能导航界面 。
2、打开AxProtector自动加密工具 。打开加密工具界面后,选择您要加密的程序类型,根据开发者软件的特点进行选择 。
【vb.net加密程序 vbnet des加密】关于vb.net加密程序和vbnet des加密的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息 , 记得收藏关注本站 。

    推荐阅读