CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - decrypt s

搜索资源列表

  1. dess.zip

    0下载:
  2. Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
  3. 所属分类:加密解密

    • 发布日期:2023-11-09
    • 文件大小:51.61kb
    • 提供者:
  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
    • 文件大小:29.17kb
    • 提供者:cogo
  1. 300_encrypt

    0下载:
  2. 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:379.94kb
    • 提供者:Nikii
  1. ff11lockprogs

    0下载:
  2. ff11lockprogs Programs that I ve made that do something with FFXI. Zones + Importer - Reads FFXI dat files to match zone lines to zones Filter v0.3 - A program that will analyze the packets sent from FFXI Keygen - Replacement for keyget,
  3. 所属分类:模拟服务器

    • 发布日期:2008-10-13
    • 文件大小:1.11mb
    • 提供者:李少龙
  1. encrypt_de

    0下载:
  2. This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value. -This code is a cipher which takes in a plaint ext or ciphertext string and encrypts / decrypt 's according to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.75kb
    • 提供者:tongtong
  1. crypt

    0下载:
  2. Subject: HowToStorePassWord Here s a small example, while no \"enigma machine\", yet provides a simple way of storing a password with encryption. The password is first encrypted then converted to Hex. The reverse process will first convert to as
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:ling
  1. ibe具有认证功能算法

    3下载:
  2. 1 Boneh-Franlin的IBE算法主要由四个子算法组成:Setup,Extract,Encrypt和Decrypt,分别完成系统参数建立、密钥提取、加密和解密的功能。假定消息的明文空间为 ,密文空间 。 (1)、建立: 给定一个安全参数 k蝂+ Step 1: 执行G生成一个素数q, 两个q阶群G1, G2 , 和一个可用的双线性映射 ê: G1碐1瓽2。 此外选取G1 任一生成元 P蜧1,再选取两个HASH函数 H3:{ 0, 1}n×{0, 1}n。 -?, H4:。 :{ 0,
  3. 所属分类:密码/编码算法

  1. figerencoder.rar

    0下载:
  2. 该代码通调用指纹采集验证模块对用户进行识别,进而调用加密模块对用户的各类文件进行加密。解密也要用指纹识别模块进行用户识别后方可解密。增强了用户文件的安全性。,The call pass code to verify fingerprint identification module to the user, and then call the user' s encryption module to encrypt the different types of documents. You ha
  3. 所属分类:加密解密

    • 发布日期:2017-05-25
    • 文件大小:7.99mb
    • 提供者:张明烁
  1. Card_Init

    1下载:
  2. 对IC卡的初始话,也就是说对卡解密。只能使用深圳明华的-The initial words of the IC card, that is right card to decrypt. Can only use the Shenzhen Ming Wah' s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2.07mb
    • 提供者:孙飘
  1. 11

    9下载:
  2. 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-25
    • 文件大小:69.64kb
    • 提供者:熊龙生
  1. java_DigitalSign

    2下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
  3. 所属分类:Java Develop

    • 发布日期:2015-11-02
    • 文件大小:23.26kb
    • 提供者:张云
  1. FDGFD

    0下载:
  2. 本系统由单片机系统、矩阵键盘、LED显示和报警系统组成。系统能完成开锁、超时报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能。除上述基本的密码锁功能外,还具有调电存储、声光提示等功能,依据实际的情况还可以添加遥控功能。本系统成本低廉,功能实用-The system consists of single-chip microcomputer system, matrix keyboard, LED display and alarm system. System to complete
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:125.7kb
    • 提供者:yehailong
  1. 08022311145800

    0下载:
  2. 完成开锁、超时报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能。-Complete the unlock, overtime alarm, lock超次, administrators decrypt, modify the user s password locks the basic functions.
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:10.16kb
    • 提供者:陈飞
  1. doc2

    0下载:
  2. This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:196.39kb
    • 提供者:vara
  1. file

    0下载:
  2. 电子密码锁源程序,系统能完成开锁、超时报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能-Electron source locks, the system can achieve lock, the police overtime,超次lock, decrypt administrator, modify the user' s password locks the basic functions of
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:7.54kb
    • 提供者:宋涛
  1. sp_decrypt

    0下载:
  2. 微软SQL2000 存储过程, 加密解密码, 查看原-Import data, the data import database, import data, import the data into the database data, the data into the database.
  3. 所属分类:SQL Server

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

    0下载:
  2. 使用先生成一个密码a(数据少),再用自己私钥对a进行非对称加密, 加密后,用对方的公钥对加密后的数据进行非对称加密。生成密文b 然后,用密码a对大文档进行对称加密。生成密文c 把b、c发给对方。 对方收到b、c后,解密。 解密过程正好相反。 将b用自己的私钥解密,再用对方的公钥解密,解出密码d, 再用密码d对c解密。OK 这样可以保证,自己的合法性,只有自己有自己的私钥, 对方,用对方的公钥加密后,只有对方用他的私钥才解得开
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:5.09kb
    • 提供者:boy
  1. FileEncrypt

    0下载:
  2. 这个是对文件进行加解密的项目,提供一些库函数,你可以直接调用-this source code s function is to encrypt and decrypt the file ,so ,of course ,it can speed up your program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:12.72kb
    • 提供者:刘金波
  1. loc

    0下载:
  2. Use to decrypt loc file and encrypt Audition s language scr ipt file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:817byte
    • 提供者:Shinichi Kudo
  1. SimpleCryptoGrapher.tar

    0下载:
  2. it s about simple encryption.. how to encrypt and decrypt -it s about simple encryption.. how to encrypt and decrypt ..
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:16.18kb
    • 提供者:tasia
« 12 3 »
搜珍网 www.dssz.com