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

搜索资源列表

  1. Cryptography

    0下载:
  2. 这是一个简单的加密解密程序,其中有加密和解密函数各一个,注意其中的文件调用,特别是它的路径。-This is a simple encryption and decryption procedures, which have encryption and decryption function of the 1, to call the document, particularly its path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:934
    • 提供者:yata
  1. CSPDemo

    0下载:
  2. Demo:用有微软的cryptoAPI CSP加密API函数,对文件(File)进行Encrypt和Decrypt.产生数字签名.对使用CryptEncrypt()等函数是一个很好的例子,程序测试通过.-Demo : Microsoft's cryptoAPI CSP Cryptographic API function, the document (File) Encrypt and Decrypt. Creating a digital signature. The use Cryp
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:29871
    • 提供者:cogo
  1. dllexe

    0下载:
  2. 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
  3. 所属分类:C#编程

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

    0下载:
  2. 专门写的一个简化的文字加密函数,效率还蛮高的-wrote in a letter to simplify the encryption function, high efficiency quite
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:34205
    • 提供者:刘焱
  1. DESliu

    0下载:
  2. 文件,文字加密,还蛮方便的可以嵌入别的函数中-document, in writing encryption, quite convenient can be embedded in other function
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:12108
    • 提供者:刘焱
  1. bio

    1下载:
  2. openssl应用实例,openssl为网络加密,CA等的开发提供了强大的开源函数库,本例为bio连接-openssl example, openssl for network encryption, CA provided for the development of a powerful open-source libraries, the cases linked to bio
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15122
    • 提供者:钟波
  1. 如何对字符串进行加密解密

    0下载:
  2. 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按以下方法实现字符串内容的加密解密。-How to encod
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:986
    • 提供者:张京川
  1. 未公开的SQLServer口令的加密函数.txt

    0下载:
  2. 解密微软脚本加密算法的脚本
  3. 所属分类:系统编程

    • 发布日期:2009-01-04
    • 文件大小:1620
    • 提供者:RIVERWOODS
  1. login

    0下载:
  2. vc6.0编写的简单的用户登陆窗口模块,采用哈希函数加密。-vc6.0 written in a simple user login window module, using cryptographic hash function.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:92947
    • 提供者:taotao
  1. filetoolarchive

    0下载:
  2. 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile[char * pFileName] //解密文件,输入参数为文件名 BOOL DeCryptFile[char * pFileName] //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve[char * dir, char * arch] BOOL
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:22926
    • 提供者:wulang
  1. ChineseStrEncryptAndDecrypt

    0下载:
  2. 网上找到的许多字符串加密的函数只能对英文字符串进行加密,字符串中若含有汉字则无能为力了,经过研究,对网上下载的源码进行了部分修改添加,使得可以对中文字符串也可以进行加密,支持英文与汉字混合字符串加密,VB中对字符串进行加密的模块,字符串中可以有中文字符,使用方法:cipher 密码,源串,存放加密后的字符变量 解密用decipher 密码,被加密的字串,字符串变量。源码多数为网上下载源代码,本人只进行了组合修改,支持回车换行与制表符等部分控制格式的字符,解密后的字符串完全保留原样,该代码已在作者
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:1535
    • 提供者:覃东
  1. TESTDOG_20090708174540

    0下载:
  2. 程序比较简单,测试YT加密狗,检查加密狗密码.FindPort_2函数中的中间两个参数,一个是密码,一个是加密后密码-Relatively simple procedure to test YT dongle, dongle password check. FindPort_2 function in the middle of the two parameters, a password, a password is encrypted
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:52716
    • 提供者:杨建军
  1. CryptoPPRef

    0下载:
  2. 著名超强加密解密函数类库Crypto++的最新Reference参考资料。官方的超全!-Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions SHA1, SHA224, SHA256, SHA384,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6826873
    • 提供者:沧海
  1. 加密记事本

    0下载:
  2. 自创加密函数,界面与记事本类似,可以加密文本,写日记的专用工具!(The interface is similar to Notepad, which can encrypt text and write special tools for journaling!)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:258048
    • 提供者:sun1214
  1. des加解密算法delphi10.1编译通过

    1下载:
  2. des加密算法,delphi10.1编译通过,就两个函数,一个加密一个解密,操作简单(DES encryption algorithm, delphi10.1 compiler through, on the two functions, an encryption, a decryption, simple operation)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:2342912
    • 提供者:大的兔子
  1. 简单的字符串加密解密函数

    0下载:
  2. 用于加密1字符串,不错 用2于加密字符串,不错 用于加密字3符串,不错(Simple file search function, very convenient, very easy to use, especially to share with you)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:18432
    • 提供者:kof2018
  1. 加密

    0下载:
  2. 提供加密的方法类,用于程序进行加密,提供很多简单函数进行加密(Provides an encrypted method class for the program to encrypt)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:4478976
    • 提供者:lindexi
  1. Fun

    0下载:
  2. 常用函数包,加密解密,校验身份证。读取xml文件(Commonly used function packages, encryption and decryption, verification of identity cards. Read the XML file)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:大灰狼2018
  1. php邮箱系统(无加密版)

    0下载:
  2. 软件介绍 md5在线加密,采用的时php内置的md5函数,16位32位均可显示大小写。点击后即可复制。 Tags: md5在线加密工具(Software MD5 online encryption, the use of PHP built-in MD5 function, 16 bits and 32 bits can be displayed in size. You can copy it after clicking. Tags:md5 online encryption tool)
  3. 所属分类:C#编程

    • 发布日期:2018-04-22
    • 文件大小:7168
    • 提供者:夕颜云
  1. DES

    1下载:
  2. main函数文件输入明文,调用秘钥留生成函数(get_k文件)以及加解密函数(encrypt_fcn文件),完成对明文的加密和解密(Encryption and decryption of plaintext are accomplished by inputting main function file into plaintext, calling secret key generation function (get_k file) and encryption and decryptio
  3. 所属分类:Windows编程

    • 发布日期:2020-08-22
    • 文件大小:3072
    • 提供者:hyperbole
« 12 3 4 5 6 »
搜珍网 www.dssz.com