搜索资源列表

  1. 程序加密

    0下载:
  2. 为程序加密的代码,是一个很好的代码,可以为你的软件产生序列号.-procedures for the encryption code is a good code, you can have the software serial number.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-02
    • 文件大小:124928
    • 提供者:赵建飞
  1. 在VC++实现数据加密

    1下载:
  2. vc简单的菜单代码和vc数据加密程序,希望vc初学者有点帮助与参考价值-vc simple menu code and vc data encryption procedures in the hope that vc help beginners with a little reference value
  3. 所属分类:菜单

    • 发布日期:2024-05-02
    • 文件大小:15360
    • 提供者:才让
  1. 加密和数字签名

    0下载:
  2. 这是用java实现单向加密和非对称加密DSA数字签名的源程序-This source code is an implementation of one-way encryption and unbalanced DSA digital signature on java platform.
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:夏珊
  1. MD5加密的C++类例程

    0下载:
  2. 一个完整的MD5的加密器,可实现输出一个字符串,不错的-a complete MD5 encryption device that can achieve an output string of good
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:82944
    • 提供者:
  1. RSA加密算法在VB中的实现

    0下载:
  2. RSA加密算法在VB中的实现.可以更好的了解RSA加密算法.-RSA encryption algorithm in VB realized. To better understand the RSA encryption algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:
  1. des加密解密1111

    0下载:
  2. 一个很不错的des加密解密算法,用c#开发,-a very good des encryption and decryption algorithm, using the c# development,
  3. 所属分类:C#编程

    • 发布日期:2024-05-02
    • 文件大小:4096
    • 提供者:王思刚
  1. S_DES加密解密程序

    0下载:
  2. 按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and t
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:胡康康
  1. 四种加密解密算法的源代码

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:发就
  1. 制作加密文本文件程序

    0下载:
  2. 制作加密文本文件程序1.原理从源文本文件中按顺序读出每一个字符,然后把读出的字符转换为相应的ASCII码,将此ASCII码加上整数密钥Key,最后把所得结果再转回相应的字符并同时把它写入到另外一个文件中,这就是加密过程。解密码过程与加密过程刚好是相反的操作。2.界面设计新建一个工程,在Form1中添加一个Label,一个Edit和两个Button,程序的界面设置与布局如图所示。图一 界面布局-encryption produced a
  3. 所属分类:书籍源码

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:万宏兴
  1. 图片加密————

    0下载:
  2. 这个东西可以对加密的文件进行解压操作。很好用!-it can decrypt file which is edcrypted
  3. 所属分类:Windows编程

    • 发布日期:2024-05-02
    • 文件大小:205824
    • 提供者:黄伟
  1. 加密程序(M)

    0下载:
  2. 一个用移位思想实现的简单数据加密程序,因为不论是大写还是小写字母,其ASC码值都是按顺序排列的.故可以用相对应的ASC码值进行判断以及算法实现.-a shift ideology with a simple data encryption procedures, because both uppercase or lowercase letters, the value of ASC codes are arranged in chro
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:33792
    • 提供者:XFX
  1. 密码学四个基本加密程序

    0下载:
  2. 用于学习密码学的四个基本加密源程序,可以帮助你更好地理解基本的加密算法思想.(均是本人的课程设计)-learning cryptography for the four basic encryption source, I can help you better understand the basic thinking of the encryption algorithm. (All my course design)
  3. 所属分类:C#编程

    • 发布日期:2024-05-02
    • 文件大小:38912
    • 提供者:ipkh
  1. 如何对字符串进行加密解密

    0下载:
  2. 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按
  3. 所属分类:Windows编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:张京川
  1. DES文件加密模块

    0下载:
  2. 用delphi实现的des加密算法,但是只能对对纯文本进行加密。本人的联系方式erac_cn@126.com-achieved using DES encryption algorithm, but only against a plain text encrypted. My Contact erac_cn@126.com
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:194560
    • 提供者:tOmMy
  1. RSA加长分段加密

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:75776
    • 提供者:何泽荣
  1. 加密电子邮件

    0下载:
  2. 利用网络信息加密技术实现电子邮件的安全传输,其中有加密算法和使用mfc的csmtp类构成的一个发送电子邮件的程序-network information using encryption technology to achieve the e-mail transmission security, including encryption algorithm and the use mfc csmtp constitutes a cat
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:1988608
    • 提供者:pyt
  1. Delphi程序的时限和加密

    0下载:
  2. Delphi程序的时限和加密 制造属于你自己的软件.你对其有绝对的权限-Delphi and the time limit encryption to create your own software. You may have absolute authority
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:菲凡
  1. DES加密

    0下载:
  2. DES加密算法模块,取自GNU/Linux中加密的源码,对长于8位的密码进行循环DES加密-DES encryption algorithm module, taken from the GNU/Linux source code encryption for longer than eight reuse passwords DES encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:衣明玉
  1. 加密解密的代码,以ATL形式提供crypt_it

    0下载:
  2. 加密解密的代码,以ATL形式提供crypt_it 加密解密的代码,以ATL形式提供crypt_it-encryption and decryption code to ATL crypt_it form of encryption and decryption code to the form of ATL crypt_it
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-02
    • 文件大小:134144
    • 提供者:
  1. RSA公开密钥加密

    0下载:
  2. 利用公开密钥密码算法,加密和解密使用不同的密钥。-use public key algorithm,and use diffrent key for encryption and decryption
  3. 所属分类:文件操作

    • 发布日期:2024-05-02
    • 文件大小:20480
    • 提供者:blickwinkel
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org