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

搜索资源列表

  1. md5-cut-sure

    0下载:
  2. 当我们有时候需要一个加密过的字符串的时候,当我们懒得写一行php代码求字符串的md5值的时候,这是一个很好的工具.程序很简单.调用 System.Security.Cryptography,使用其中的MD5类来加密字符串.将计算结果再显示在另外一个TextBox中. -When we sometimes need an encrypted string, when we bother to write a line of php code to find the md5 value of the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:329681
    • 提供者:boshen
  1. BASE64Java

    0下载:
  2. 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:60548
    • 提供者:whalestudio
  1. csp.dll

    0下载:
  2. csp(密码服务提供者)的动态库,微软CSP系统调用,需注册-csp (cryptographic service provider) the dynamic library, Microsoft' s CSP system call, need to register
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:117721
    • 提供者:lijing
  1. ht32256

    0下载:
  2. ht32256rfid卡驱动程序,包括加密解密算法,IO端口驱动,片上资源调用等程序。-ht32256rfid card drivers, including encryption and decryption algorithms, IO port driver, on-chip resources, call the other procedures.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:562322
    • 提供者:sunyansong
  1. password

    0下载:
  2. 作品名称:数字密码加密程序(三次改进版)作品目的:增加对条件指令、循环指令的了解并熟悉自定义函数、调用函数的方法以及文件处理指令作品功能:实现注册验证及对数字进行加密、解密功能,作品改进:利用软件爆破原理改进了程序输入正确序列号重启后仍需再次输入序列号的缺陷作品缺陷:程序判断用户的选择只能用数字否则出错(尝试用过char类型),只能加密9位数字否则不能正确解密(此BUG与算法无关),无论注册码是否正确重启程序后需再次输入序列号.以上原因尚不明确!⊙﹏⊙b汗.希望各位能多多指教 -Title
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3531
    • 提供者:Love 梦想
  1. MD5lib

    0下载:
  2. /* 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) 输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* MDFile (char *) 输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* hmac_md5(char* text, char* key) 输入任意一个字符串text,和一个用做密钥
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:4810
    • 提供者:suguiyang
  1. CSharpCallDllAESEncanddEcr

    0下载:
  2. C#调用Delphi的dll以实现标准的AES加密解密算法,Reg.dll为Delphi所实现的标准AES加密解密动态链接库。-Delphi, C# call dll in order to achieve the standard AES encryption and decryption algorithms, Reg.dll to Delphi by the implementation of the standard AES encryption and decryption of th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:160279
    • 提供者:zhang
  1. WebbrowserSample

    0下载:
  2. Com call to webbrowser
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:10758
    • 提供者:your.root
  1. DES

    0下载:
  2. DES通用加密方法。首先,创建一个该工具类对象:如 DES des = new DES(key),其中key为位数大于8的密钥 其次,对原始信息data进行加密,直接调用encrypt方法,得到加密后的字符串,如 String encryptResult = des.encrypt(data) //得到加密后的数据字符串 最后,对加密后的字符串encryptResult解密,直接调用decrypt方法,可得到与原始数据data一致的字符串,如 String decryptRe
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:14288
    • 提供者:pb
  1. DesUtils

    0下载:
  2. java开发中的对称加密算法,java源码,下载后在java环境下编译为.class文件后调用即可!-java symmetric encryption algorithm development, java source code, download java compile environment. class file call can be!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1872
    • 提供者:江红武
  1. ArkoReg(optimized)

    0下载:
  2. 一些经过优化后的VC++加密解密算法,生成加密类文件,然后可以调用,早两年的代码,但现在仍然很有用。-After optimization of the number of VC++ encryption and decryption algorithm to generate encrypted class files, then you can call the code two years ago, but still useful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:14440
    • 提供者:
  1. DES

    0下载:
  2. C++实现DES加密算法,结合Base64,与转换加密,并且输出DLL,可以用于网站程序调用,实现数据与文件的加密.这种加密后的数据用普通字符用HTML传输,有两层加密,可逆,不会被破解.-C++, DES encryption algorithm and Base64, and conversion of encryption, and the output DLL, can be used to call a web application, data and file encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:147069
    • 提供者:li oie miru
  1. Code

    0下载:
  2. 本人自己整理的,一些简单的加密解密算法集合,并整理成类形式,简单调用即可-I own order, and some simple set of encryption and decryption algorithms, and organized into categories in the form, you can simply call
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:73094
    • 提供者:aaaa
  1. VBzhucema

    0下载:
  2. 该软件可以自动随机生成2至32位注册序列号及对应的注册码,并将这些注册信息包含到一个动态联接库DLL文件中,这样软件开发者可以将这个DLL文件同应用程序一并发行,并在应用程序的相关模块中调用这个DLL文件中提供的函数获得注册号及相对应的注册码,注册号及相对应的注册码对软件使用者来说是不透明的。-The software can automatically generate a random sequence of 2-32 registration number and the correspo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2465
    • 提供者:任建
  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
    • 文件大小:186485
    • 提供者:skysoul
  1. rc4

    0下载:
  2. java版的rc4加解密代码,使用txt文本记录,调用内详-java version of rc4 encryption and decryption code, use txt text records, call detail within
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:651
    • 提供者:哦派
  1. testSign

    0下载:
  2. 标准C++编写的实现数字签名的例程,其中调用openssl实现了证书的解析,调用PKCS11实现了数字签名。-Written in standard C++ implementation of digital signature routines, which call openssl to achieve a certificate of analysis, calls PKCS11 to achieve a digital signature.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:252215
    • 提供者:steven
  1. md5.tar

    0下载:
  2. 这是一个标准的MD5算法程序,封装成类的形式.调用接口比较简单,贡献给大家用-This is a standard MD5 algorithm, packaged into a form of classes. Call interface is relatively simple for everyone to contribute with
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:7904
    • 提供者:
  1. MD5

    0下载:
  2. 该源码是用C 实现的关于MD5的加密算法,希望对MD5不了解,或者不知道使用第三方库去调用MD5的朋友有些帮助-The source code is implemented in C on the MD5 encryption algorithm, MD5 want to understand, or do not know to use third-party libraries to call some friends to help MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:4750
    • 提供者:pengliu
  1. Encrypt.dllfordelphi

    0下载:
  2. Encrypt.dll加密解密delphi调用实例。-Encrypt.dll encryption decryption delphi call instance.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:149672
    • 提供者:lvwei
« 1 2 3 45 6 »
搜珍网 www.dssz.com