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

搜索资源列表

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

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

    • 发布日期:2012-03-17
    • 文件大小:104373
    • 提供者:
  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
    • 文件大小:23761
    • 提供者:比尔
  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
    • 文件大小:8356
    • 提供者:qve
  1. rsat

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

    • 发布日期:2008-10-13
    • 文件大小:9604
    • 提供者: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
    • 文件大小:79788
    • 提供者:崔崔
  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
    • 文件大小:32214
    • 提供者:CodeMan
  1. EncryDeCry

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

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:伍孝秉
  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
    • 文件大小:930
    • 提供者:潘宣辰
  1. pe_decoder

    1下载:
  2. 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:111036
    • 提供者:heroin
  1. desVc++

    0下载:
  2. des加密解密vc++完整实现,包括可以直接运行的exe文件,工程文件dsw,dsp,供大家参考学习-des encryption and decryption vc integrity to achieve, including the direct operation of the exe file, engineering document dsw, dsp, for your reference learning
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:73508
    • 提供者:引擎
  1. hundundeshengyin

    0下载:
  2. 混沌的声音,通过电脑蜂鸣器发声,在压缩文件里面有具体的说明,直接点击EXE文件即可,代码已经被加密了。-chaotic voices, computer buzzer and the compressed files with a specific note, direct EXE file when you click on that code has been supplemented.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:26431
    • 提供者:fzy
  1. tcdg[1].vhdl

    0下载:
  2. 直接仿真就可以使用,子密钥的输出采用了优化设计,节省了资源。-direct simulation can be used, the output Subkey using the optimum design, saving resources.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5700
    • 提供者:张亮
  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
    • 文件大小:9842
    • 提供者:surewin2
  1. MD5ForJava

    0下载:
  2. java编写MD5加密生成例子,对于需要加入密码验证的程序绝对实用,可以进行直接拷贝使用。-prepared MD5 encryption generated example, the need for password verification procedures for the practical, direct copy.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:ly
  1. cryptix-jce-20050328-snap

    0下载:
  2. 包含各種加密演算法和Digital Signatures(MD2 MD4 MD5 RIPEMD-128 RIPEMD-160 SHA-0 SHA-1 SHA-256 SHA-384 SHA-512 Tiger)-THIS SOFTWARE IS PROVIDED BY THE CRYPTIX FOUNDATION LIMITED ``AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:937255
    • 提供者:陳盈
  1. crc32addpatch

    0下载:
  2. CRC32自检壳加壳工具Unicode版 支持命令行加壳,支持Unicode路径。 Param1 为需要加壳的文件, 后面的几个参数可不分先后 /dos //直接命令行加壳,不打开加壳对话框 /bak or /nobak //加壳前是否备份 /show //CRC自检出错时是否显示提示框 /msg#对话框标题#对话框内容#对话框图标(0-3) -CRC32 self加壳shell tool command line support Unicode version of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:68264
    • 提供者:dongchaomissyou
  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
    • 文件大小:20662
    • 提供者:erya
  1. AES

    0下载:
  2. AES加密和解密,包含.h和.cpp文件,vs2008打开工程,直接运行,运行参数可以参考main函数-AES encryption and decryption, including. H and. Cpp files, vs2008 open the project has a direct operation, operating parameters can refer to the main function of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3297397
    • 提供者:zhaoyb
  1. Computersecurity

    0下载:
  2. 设计一个加密系统里面含Diffie-Hellman代码 DES_Tool2(直接生成密文和加密明文) DSATool.v1.3软件和一个das源代码-Inside the design of a cryptographic system with Diffie-Hellman code DES_Tool2 (generated direct explicit ciphertext and encryption) DSATool.v1.3 software source code and a da
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:215827
    • 提供者:等徒浪子
  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
    • 文件大小:8735
    • 提供者:wulang
« 12 3 »
搜珍网 www.dssz.com