CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 2.2

搜索资源列表

  1. jiami

    0下载:
  2. E002M 数据加密1 要求:(1)输入任意一串明文M。 (2)根据以下公式将其转换为密文C。 j=i+k mod 26 其中,j,i 为字母在26个字母表中的第j、i位 k为输入参数 k=1,2,…..,10 (3)具有输入输出界面。-E002M data encryption 1 Requirements: (1) enter any string of plaintext M-. (2) In accordance with the followi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:168092
    • 提供者:冰凌
  1. 2

    0下载:
  2. rsa加解密算法,实现一个整数的加密和解密,完整代码。-rsa encryption algorithm,Encryption and decryption of an intege,Complete code。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:593328
    • 提供者:hzf
  1. librame_utility_3.5.12.0425

    0下载:
  2. 1、Librame.Caching(缓存功能) 支持文件缓存与 SQL 缓存依赖; 支持缓存队列、支持线程安全等功能;(比System.Web.Caching 更加强大) 2、Librame.Language(多语种功能) 支持枚举、异常、框架、其它等类型的多语言配置功能。 3、Librame.Logging(日志功能) 支持调试、信息、警告、错误、致命等类别的日志记录功能。 4、Li
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-22
    • 文件大小:6806118
    • 提供者:小易
  1. bcd

    0下载:
  2. 函数名称: void BcdToAsc(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将压缩BCD码转换为ascii码 入口参数: 1.ascii码地址 2.压缩BCD数组地址 3.Bcd码字节个数 返 回 值: 无 相关调用: 备 注: Dest地址为Len的两倍 -Function name : void BcdToAsc (u8* Dest, u8* Src, u32 Len) Function: compressed BCD to ascii c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3562
    • 提供者:yhg
  1. makefile

    0下载:
  2. 函数名称: void AscToBcd(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将ascii码转换为压缩BCD码 入口参数: 1.压缩bcd数组地址 2.ascii码地址 3.ascii字节个数 返 回 值: 无 相关调用: 备 注: 末尾不够补0x00,非ascii码填0x00 -Function name : void AscToBcd (u8* Dest, u8* Src, u32 Len) Function: ascii code conv
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:2638
    • 提供者:yhg
  1. 2

    0下载:
  2. aes加密解密完整可编译的C代码,可以使加解密变得简单-dfs sfdsf
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3921
    • 提供者:海海
  1. hash

    0下载:
  2. hash算法,比较2中算法的特点: 1、传统的根据逐个比较 2、根据hash定位,字符串查找-hash algorithm String lookup
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:7599
    • 提供者:chenks
  1. 2

    0下载:
  2. DES的加密解密算法,不属于散列函数。主函数缺少一些,请见谅-DES encrypt, decrypt the algorithm, do not belong to hash function main function lack some, please forgive me
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1822
    • 提供者:陈帅哥
  1. OpenSSL

    0下载:
  2. (1) 具有良好的操作界面。人机交互界面友好。 (2) 能够进行正确的加密和解密。 (3) 能够选择需要的加密以及解密算法。 (4) 能够对需要加密和解密的文件进行选择。 (5) 系统退出。 -(1) has a good user interface. Man-machine interface is friendly. (2) to carry out the correct encryption and decryption. (3) be able to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1972897
    • 提供者:潘婷
  1. Keystore

    0下载:
  2. 目 录 一 概述 3 二 使用IBM密钥管理器生成KEYSTROE 3 1打开ikeyman 3 2创建keystore 3 3生成申请书 4 4使用申请书在JIT CA中签发站点证书 5 5导入签发完成的站点证书 5 三 使用KEYTOOL命令产生KEYSTORE 7 1生成server端证书 7 2生成KeySTORE,使用如下语句: 7 3生成服务器证书申请书 7 4向keystore中导入根证书及服务器证书 7 5把CA签名后的serv
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1116548
    • 提供者:李正
  1. ASFDSAF

    0下载:
  2. 题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:     每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。 1.程序分析: 2.程序源代码:-Topic: a company USES the public telephone relay data, data is four integers, in the relay in the process is encrypted, encrypti
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2285
    • 提供者:崔嬴
  1. dianzisuo

    0下载:
  2. 本设计中,电子密码锁使用STC89C52单片机控制,采用 C语言编写,通过Proteus软件仿真并进行了实物焊接。电子密码锁通过矩阵键盘进行密码输入,1602A液晶显示模块进行显示。其可实现的功能有:(1)通过切换,对输入的4位密码进行显示或隐藏;(2)通过发光二极管和蜂鸣器,对解密正确或者错误进行声光报警;(3)4位密码修改;(4)在密码遗失情况下,通过初始密码进行密码再设置;(5)采用AT24C02外部存储器,完成断电密码保护功能;(6)具有1-9次的解锁次数任意设定功能;(7)模拟密码箱
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:71818
    • 提供者:liuguangfeng
  1. Base64

    0下载:
  2. Base64编码的思想是是采用64个基本的ASCII码字符对数据进行重新编码。它将需要编码的数据拆分成字节数组。以3个字节为一组。按顺序排列24 位数据,再把这24位数据分成4组,即每组6位。再在每组的的最高位前补两个0凑足一个字节。这样就把一个3字节为一组的数据重新编码成了4个字节。当所要编码的数据的字节数不是3的整倍数,也就是说在分组时最后一组不够3个字节。这时在最后一组填充1到2个0字节。并在最后编码完成后在结尾添加1到2个 “=”。 -The idea of ​ ̴
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:49238
    • 提供者:lvcha
  1. ntru-1.2

    0下载:
  2. ntru publickey cryptology-ntru publickey cryptology
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:118027
    • 提供者:傅泉辉
  1. vbPdll

    0下载:
  2. 用c++ atl实现的用于加密的dll com组件,用vb调用,按课程设计2的要求-Atl c++ implemented for encryption dll com, component, vb call, curriculum design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-21
    • 文件大小:35516562
    • 提供者:ZhaoYun
  1. mcrypt-2.6.8

    0下载:
  2. A library alternative to the obsolete Unix crypt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:534247
    • 提供者:ziko94
  1. Fusion_old

    0下载:
  2. A novel higher order singular value decomposition (HOSVD)- based image fusion algorithm is proposed. The key points are given as follows: 1) Since image fusion depends on local information of source images, the proposed algorithm picks out info
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:80896
    • 提供者:paul
  1. fengpiaoxue02

    0下载:
  2. 第2课用相应工具软件为软件自动脱壳(非手动脱壳) 风飘雪 很不错的教程-Lesson 2 with the appropriate tools for a very good tutorial software automatically shelling (non-manual shelling) wind snow
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-03
    • 文件大小:216008
    • 提供者:xibaohe
  1. Project2

    0下载:
  2. projects on communiocation using matlab 2
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:4172
    • 提供者:manish
  1. Project4A

    0下载:
  2. projects on watermarking using matlab 2
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:18157
    • 提供者:manish
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 27 28 »
搜珍网 www.dssz.com