摘要: 这个范例是以VB.NET进行TripleDES加解密范例 Imports System Imports System.IO Imports System.Security.Cryptography Public Class Form_Main Dim byteKey As Byte() = {1, 2, 3, 4, 5, 6, 7, 8, ... 阅读全文
posted @ 2008-02-21 11:09 Max Woods 阅读(559) 评论(0) 推荐(0) 编辑
摘要: C# ----------------------------------------------- //名称空间 using System; using System.Security.Cryptography; using System.IO; using System.Text; //方法 //加密方法 public string Encrypt... 阅读全文
posted @ 2008-02-21 09:41 Max Woods 阅读(570) 评论(0) 推荐(0) 编辑