CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 简单 加密 算法

搜索资源列表

  1. 25814DES_100

    0下载:
  2. DES加密算法C++实现,简单易懂。 绝对好用!-DES encryption algorithm C realization of simple and understandable. Absolutely handy!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8038
    • 提供者:陈打开
  1. mirencode

    0下载:
  2. 热血传奇1.8加密解密算法源码 简单实现
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:28740
    • 提供者:叶夕
  1. dyl

    0下载:
  2. rsa加密算法,一个比较简单的实现!打开直接运行就可以
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:416156
    • 提供者:humingke
  1. jiami

    0下载:
  2. delphi字符串加密,可以将delphi源代码中的字符串作加密处理,发布程序前可以用。虽然加密算法简单,但因为密码是随机生成的,所以还是可以起到一定的保护作用的。
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:4545
    • 提供者:孙伟
  1. DESjiamihejiemi

    0下载:
  2. 一个简单的c++程序,运用DES算法,可以对字符串进行加密解密,c-DES algorithm encryption and decryption of string
  3. 所属分类:assembly language

    • 发布日期:2017-11-29
    • 文件大小:37301
    • 提供者:Joe
  1. jiami

    0下载:
  2. 简单加密算法,用于传输数据的加密,算法比较简单-Simple encryption algorithm for data encryption, the algorithm is relatively simple
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1173
    • 提供者:bdy
  1. caozuoxitong

    0下载:
  2. 操作系统课程设计 内涵spooling Rsa加密 生产者与消费者 银行家算法 内容简单 适合初学者 -Curriculum design content of the operating system spooling Rsa encryption algorithm banker producers and consumers simple and suitable for beginners content
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2082299
    • 提供者:付斌
  1. 1215052482

    0下载:
  2. des的加密解密,用于一般要求的算法。简单实现-des encryption decryption
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:58063
    • 提供者:derfan
  1. huibianyuyan

    0下载:
  2. 一份简单的毕业设计.掌握8086汇编语言程序设计方法,设计不同的加密算法并完成对数据的加密和解密工作。-A simple graduation design. 8086 assembly language programs to master design methodology, design and completion of different encryption algorithms for data encryption and decryption work.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:94161
    • 提供者:胡国阳
  1. vatshow

    0下载:
  2. 这个是用来对付www.vatshow.com上提供的资料的,可以将.vnt的文件转化为.mp3的文件(带歌词)。 WQX网站提供的vnt->wqx的转换程序是在是看不下去了,好歹我也是P4M 2.2的电脑,对付一个7M的文件竟然用了24分钟。 所以,我分析了www.vatshow.com提供的资源,然后写了一个 vnt->wqx的程序,这个是其中vnt->mp3的部分,拿出来和大家分享一下。同时加上了一个tnt->lrc的算法。 算法简单的,vnt用了xor加
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:53392
    • 提供者:workman
  1. Aesdll

    0下载:
  2. 采用delphi开发的加解密函数dll,采用AES加密算法的一个简单dll例子-With the development of encryption and decryption function delphi dll, AES encryption algorithm using a simple dll example
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:21441
    • 提供者:lwb
  1. Enc_Dec

    0下载:
  2. DELPHI简单的加密解密算法,非常实用。-Simple encryption and decryption algorithms
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:89217
    • 提供者:sail
  1. RSA-CPP

    0下载:
  2. RSA算法非常简单,概述如下: 找两素数p和q 取n=p*q 取t=(p-1)*(q-1) 取任何一个数e,要求满足e<t并且e与t互素(就是最大公因数为1) 取d*e t==1 这样最终得到三个数: n d e 设消息为数M (M <n) 设c=(M**d) n就得到了加密后的消息c 设m=(c**e) n则 m == M,从而完成对c的实现-RSA algorithm is very simple, are summarized as follows: find two prim
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:1710
    • 提供者:wang
  1. delphiRSA

    0下载:
  2. RSA公钥加密算法是1977年由罗纳德·李维斯特(Ron Rivest)、阿迪·萨莫尔(Adi Shamir)和伦纳德·阿德曼(Leonard Adleman)一起提出的。当时他们三人都在麻省理工学院工作。RSA就是他们三人姓氏开头字母拼在一起组成的。 RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的绝大多数密码攻击,已被ISO推荐为公钥数据加密标准。 今天只有短的RSA钥匙才可能被强力方式解破。到2008年为止,世界上还没有任何可靠的攻击RSA算法的方式。只
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:269534
    • 提供者:张林
  1. CRCdelphi

    0下载:
  2. Delphi CRC加密文件算法实例,选择文件后可加密文件,使用CRC算法,例子较简单,高手绕行,新手请参考代码。-Delphi CRC file encryption algorithm instance, select the file can be encrypted file, use the CRC algorithm, a simple example, the novice master ", please refer to code.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:9457
    • 提供者:wpudn51
  1. Delphi_278328

    0下载:
  2. Delphi:基于Delphi的文本内容加密解密程序,对文本文件中内容进行加密解密。   加密解密函数采用的是简单的ASCII码的值移位算法。 -Delphi: Delphi is a text-based content encryption and decryption procedures, the contents of a text file encryption and decryption. Encryption and decryption functions u
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:8140
    • 提供者:5Q7IYYP
  1. RSA_

    0下载:
  2. RSA加密算法的实现,采用delphi语言,简单易懂,便于学习!-Implementation of RSA encryption algorithm, using delphi language, easy to understand, easy to learn!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-28
    • 文件大小:270531
    • 提供者:是人
  1. pas

    0下载:
  2. 加密解密算法,非常简单 很不错 very good-password and unpack
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:2761
    • 提供者:胡正炼
搜珍网 www.dssz.com