当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 文本的DES加密为了对称加密的安全,我将密码进行封装,先新建一个用于保存密码的类库cl:using System;using System.Text ;namespace cl{/// <summary>/// Class1 的摘要说明。
 

 

    摘要: 在使用subversion时,认证文件authzsvnaccessfile能控制每一个目录的权限,但讲解的文档较少,中文文档更少。下面通过实例讲解使用方法。 环境windows 2003 server,局域网,域:domain.com.cn apache 2.0.52 subversion 1.1.0 tortoisesvn 1.1.0 languagepack_1.1.0_zh_......
 ·mudos应用模型    »显示摘要«
    摘要: 注: 1. 为了执行某个对象中的某个函数,mudos首先将mudlib中的文件载入,然后将其中的函数编译成一系列的字节码序列,当解释器接收到interactive发送过来的函数调用命令时,将执行该函数的字节码序列。 2. 指向interactive模块的双向箭头表示:interactive接收用户的指令并处理这些指令,将处理后的指令(即一些字节码序列)传递给解释器执行,解释器再将结果返回给......


文本的DES加密 MD5散列值 DSA的数字签名

文本的des加密

为了对称加密的安全,我将密码进行封装,先新建一个用于保存密码的类库cl: 【程序编程相关:深入Struts 1.1

【推荐阅读:获得本机IP:

using system; 【扩展信息:Linux网络编程--7. TCP/IP

using system.text ;

namespace cl

{

 /// <summary>

 /// class1 的摘要说明.

 /// </summary>

 public class class1

 {

  public class1()

  {

   

  }

  public string getiv()

  {

   string iv="********";//八位

   return iv;

  }

  public string getkey()

  {

   string key="01160129";//八位

   return key;

  }

 }

}

然后新建asp.net项目(c#)

在 .aspx中

using cl;

namespace test//给一个文本产生一个散列值

{

 /// <summary>

 /// computehash 的摘要说明.

 /// </summary>

 public class computehash : system.web.ui.page

 {

  protected system.web.ui.webcontrols.label label1;

  protected system.web.ui.webcontrols.textbox textbox1;

  protected system.web.ui.webcontrols.button button1;

  protected system.web.ui.webcontrols.textbox textbox3;

  protected system.web.ui.webcontrols.button button2;


...   下一页
 ·昆明企业目录    »显示摘要«
    摘要:http://www.ynbbc.com.cn/gszn/ml_1.htm ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE