搜索资源列表
dess.zip
- 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
300_encrypt
- 加密算法 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:
figerencoder.rar
- 该代码通调用指纹采集验证模块对用户进行识别,进而调用加密模块对用户的各类文件进行加密。解密也要用指纹识别模块进行用户识别后方可解密。增强了用户文件的安全性。,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
11
- 完成基于公钥证书的非对称密钥分配工作 说明: (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在本地用自己的
doc2
- 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
loc
- Use to decrypt loc file and encrypt Audition s language scr ipt file
SimpleCryptoGrapher.tar
- it s about simple encryption.. how to encrypt and decrypt -it s about simple encryption.. how to encrypt and decrypt ..
des
- des算法+代码 // des.cpp - modified by Wei Dai from: /* * This is a major rewrite of my old public domain DES code written * circa 1987, which in turn borrowed heavily from Jim Gillogly s 1977 * public domain code. I pretty much kept my
1008
- Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 明文 V W X Y Z A B C D E F G H I J K L M N O P Q R S T U 你的任务是对给定的密文进行解密得到明文。 你需要注意
SPN
- SPN加密 此代码实现S-P密码的 解密,在这个实验中用到了S盒和P盒 -SPN SP encrypt this code to decrypt the password, in this experiment used the S and P boxes boxes
Dezender
- 对php经optimized加密之后的程序进行解密!功能就这些-it s a program to decrypt programs decrypted by optimized and writen by php language!
certificate
- 模仿CA颁发证书模式,模拟证书颁发与认证。并假设Alice给Bob发送加密后的文档及文档的签名,Bob验证Alice证书的正确性和加密文档的正确性并最终解密文档。执行顺序为CA_Key-->CA-->Alice-->拷贝Alice的证书和加密文档给Bob-->Bob-Imitation of the CA that issued the certificate mode, analog certification and certification. And assume
keyCom
- 密钥分配实现混合通信,对称密钥实现通信,公钥加密私钥传送。发方加密明文发给收方,并用收方的公钥加密私钥发送给收方,收方用自己的私钥解密得到发方的私钥,然后解密密文,得到明文消息。-The Key Distribution achieve mixed communication, communication, public key encryption private key transmission symmetric key. The sender to encrypt the plainte
Practical-digital-signature
- 实用数字签名的步骤 (1)发送方使用MD5算法对通信内容进行计算,获得一个固定长度的信息摘要; (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘
RSA
- 完成基于公钥证书的非对称密钥分配工作 说明: (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在本地用自己的
rsa
- 取机器吗并加密解密get machine s serial code,crypt and decrypt-get machine s serial code,crypt and decrypt
RNCryptor-cs-master
- AES 256 encryption and decryption algorithm implemented in C#.net with complete testing. AES256 cryptor is implemented as DLL with simple API s for encrypt and decrypt.
