搜索资源列表
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
pgp262
- PGP 是一种混合密码系统。当用户使用PGP 来对纯文字加密的时候, PGP 首先会压缩这 段纯文字。数据压缩能够节省调制解调器传输时间以及磁盘类空间,还有更重要的、强化密码法的 保密程度。-PGP is a hybrid cryptosystem. When the user to use PGP to encrypt the text, PGP will first this text compression. Data compression can save time and m
Example05
- 因为本系统在写成电子稿件的时候,界面是英文的,因此在书中介绍代码的时候,都是采用英文界面名称,如“\"Encrypt\"按钮单击事件代码”,但是书上的界面后来被汉化,导致文本和图不一致,因此在此提供英文界面和中文界面两个版本的系统。-because of the system of electronic articles written in a time when the interface is in English, the book on the code, are English in
playfair_encrypt
- 本程序是一个在Linux FC5环境下写的经典加密程序playfair加密程序。也可以在其他环境中运行。只有文本界面-this procedure is in a Linux environment FC5 write classical encryption to encrypt playfair procedures. Also in other operating environments. Only text interface
encrypt
- Encrypts/Decrypts a piece of text using vigenere algorithm.
BruteForce
- 基于密码加密的暴力破解法。猜测密码长度,3-6位,并逐一尝试破解,找出正确密码。-Brute-force Search Attack on the Password-based Encryption The program is divided into three parts: encryption, decryption and brute-force attack, which are the three methods in my class. In the brute-for
entrpytFile
- 本加密器每次从要加密的文件中读取出一个字符,对其进行取反运算。由于是取反加密,解密不用写专门的解密函数,只需对文件再进行一次加密,即可恢复成明文。-Each time the encoder to read the encrypted file to a character, its the negation operator. Because it is taking anti-encryption, decryption, decrypt without having to write a
AesCode.rar
- AES源代码,带有图形界面,可以加密文字和文件,AES coding algorithm, which can encrypt text and file
aes-java-file
- 使用java编写的aes文件加密源代码,经测试能对文本进行加密,密钥为128 192 256bit-Prepared using aes file encryption java source code, the test can encrypt the text, the key for the 128 192 256bit
RSA1
- 实现了非对称加密,可加密文本和字符串,可供参考和学习-The realization of the non-symmetric encryption, encrypt text and string can be available for reference and learning
Encrypt
- 文本文件加密器的VB源代码。讲解了一般的加密原理。-Encrypted text file of the VB source code browser. On the general principle of the encryption.
encrypt
- Encrypts/Decrypts a piece of text using vigenere algorithm.
Chua_text
- Encrypt text using chua chaotic generator
encrypt
- 用RSA公匙加密,该密文可以被JAVA用RSA密匙解密。-test to encrypt plain text by RSA key, please be noted to reverse the byte array after encrypt, or otherwise the cipher can not be decrypt by java.
Text-encryption-Ver1.0.0
- 我这个小学生的作品……可加密任何形式的文本-I am the pupil s works ... ... Can encrypt any form of text
Simple-text-encryption
- 简单的文本加密 与运算一下,但因为对产生错误做了处理。所以可以加密中文。-Simple text encryption and computing, but do produce an error processing. So you can encrypt the Chinese.
mixed-encrypt-system
- 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下: 1:提供了俩个加密接口。混合加密,DES加密。 2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案。当密钥长度在64位以内时它将使用标准DES加密,当密钥长度超过64位后,系统将设置第2密钥,并启用3次DES加密。其密钥长度可达112位,并且它还具有很强的扩展性,提供了3种加解密接口:文件接口,文件句柄接口(可以供其他加密
encrypt
- 利用矩阵的乘法实现文字的加密和解密算法,该算法的实现基于C语言-Using matrix multiplication achieve a text encryption and decryption algorithm, which is based on the C language to achieve
encrypt
- encrypt a text with shifted letters the alphabet. Before that are deleted all spaces and non alpha characters. upper letters-encrypt a text with shifted letters the alphabet. Before that are deleted all spaces and non alpha characters. upper letters
Steganography9
- The project allows the user to encrypt a text message inside an image. The image can be decrypted back to get the original message.
