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

搜索资源列表

  1. loki加密算法C语言源代码

    0下载:
  2. loki加密算法 /* This is an independent implementation of the encryption algorithm: */ /* */ /* LOKI97 by Brown and Pieprzyk */ /*
  3. 所属分类:加密解密

    • 发布日期:2012-03-17
    • 文件大小:101.93kb
    • 提供者:
  1. md5单向散列加密算法

    0下载:
  2. md5单向散列加密算法,此压缩包,包含完整调用DLL源码,PB格式.导入后直接可以应用.-md5 hash encryption algorithm, this compressed, includes a complete calling DLL source, PB format. After the direct import can apply.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:23.2kb
    • 提供者:比尔
  1. 汇编内核加密算法

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。 -compilation of md5 kernel algorithm, a netizen called for improvemen
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8.16kb
    • 提供者:qve
  1. rsat

    0下载:
  2. 本程序实现RAS加密算法,直接显示的是一个例子。-RAS encryption algorithm, is a direct indication of an example.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9.38kb
    • 提供者:alex
  1. aes_core

    0下载:
  2. AES高级加密算法的verilog语言实现。同时附有AES协议的pdf文档,和此代码的测试程序,可作为一个IP核直接使用,可减少开发人员的设计时间。-AES Advanced Encryption Algorithm Verilog language. While the agreement with AES pdf documents, and that this code of the test procedure can be used as an IP core direct use,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:77.92kb
    • 提供者:崔崔
  1. MyPassTool

    0下载:
  2. 使用c语言设计的加密算法,直接对文件流加密.用vc++做的使用界面-use encryption algorithm design, direct flow of the document encryption. Vc done with the user interface
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:31.46kb
    • 提供者:CodeMan
  1. EncryDeCry

    0下载:
  2. 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:伍孝秉
  1. Vigenre

    0下载:
  2. 实现Vigenre密码加密算法,没有采用查表的方式来实现,同过采用直接计算的方式来实现,速度快,耗内存小-achieve Vigenre password encryption algorithm, without the use of the look-up table method to achieve. Guo with the direct calculation method to achieve speed and small memory consumption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:930byte
    • 提供者:潘宣辰
  1. md5work

    0下载:
  2. MD5加密算法得VisualC++6.0源程序,直接调用里面的函数即可-MD5 Encryption Algorithm in Visual C + + 6.0 source code, direct calls to the function can be
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9.61kb
    • 提供者:surewin2
  1. kalman-1.2

    0下载:
  2. kalman算法代码实现,unix/linux下可直接运行。-Tracking algorithm code realized, unix / linux operating under direct.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:782.84kb
    • 提供者:SEVEN
  1. md5wenjianjiami

    0下载:
  2. MD5文件加密算法源代码。有工程DSW直接编译,很使用,有参考价值-MD5 encryption algorithm source code files. DSW has a direct compiler works, it is used, there is reference value
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:20.18kb
    • 提供者:erya
  1. rsa

    0下载:
  2. 用C++实现rsa算法,直接用.exe文件运行就可以了-With C++ Achieve rsa algorithm, the direct use of. Exe files can run on a
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:42.78kb
    • 提供者:gloria
  1. md5x86

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-Kernel compilation md5 algorithm, User requirements should be improved i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:8.53kb
    • 提供者:wulang
  1. MD5

    0下载:
  2. MD5加密算法,能生成DLL,直接调用,用起来很好!-MD5 encryption algorithm, can generate DLL, direct call, very good to use!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:17.5kb
    • 提供者:匡国防
  1. DES

    0下载:
  2. DES加密解密算法的C++实现,可以直接编译运行。-DES encryption and decryption algorithm of the C++ to achieve, you can direct the compiler to run.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1.6kb
    • 提供者:jiangkaihua
  1. DES

    0下载:
  2. DES算法软件的实现,使用C++语言开发实现,可以直接下载使用。-DES algorithm for the realization of software, the use of C++ language development to achieve, you can direct download.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:4.19kb
    • 提供者:冯慧
  1. tt

    0下载:
  2. des 加密解密算法 标准C的实现。 可以在C, C++ , VC项目中直接使用。-des encryption and decryption algorithm standard C implementation. In C, C++, VC direct use projects.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2.51kb
    • 提供者:hp100
  1. RSA

    0下载:
  2. RSA简洁幽雅,但计算速度比较慢,通常加密中并不是直接使用RSA 来对所有的信息进行加密, 最常见的情况是随机产生一个对称加密的密钥,然后使用对称加密算法对信息加密,之后用 RSA对刚才的加密密钥进行加密。-RSA elegant simplicity, but the computing speed is relatively slow, usually not direct the use of encryption in the RSA to encrypt all the informa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1.21mb
    • 提供者:huhanzhong
  1. Sha256Calc

    0下载:
  2. SHA256加密算法源代码,免费可直接引用。-SHA256 encryption algorithm source code, free direct quote.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2.16kb
    • 提供者:朱雷
  1. EnDnpassword

    0下载:
  2. 此程序由Microsoft Visual Studio 2010方可打开源码运行 EnDnpassword文件夹是加密主程序源码 Password文件夹是加密算法实现的源码和封装后的dll 两种加密算法。一种是DES,一种位MD5加密(此加密并非直接调用.net类库中的加密算法) 在加密时需要将生成的dll文件进行引用后方可使用。 没有什么技术含量,练习下dll封装和MD5算法的实现 -This program consists of Microsoft Visual Stu
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:182.11kb
    • 提供者:skysoul
« 12 »
搜珍网 www.dssz.com