搜索资源列表
几种恒流源电路的设计
- 几种数控电流源的设计:最新的简易方法,无解压密码-current source of design : the latest summary, without extracting passwords
线性移位寄存器的C语言实现
- 线性移位寄存器是流密码的重要组成部分,该程序就是实现该方法。- The linearity shift register is the stream cipher important constituent, this procedure realizes this method.
salsa20source
- 这是欧洲流密码计划中的一个密码的源代码,叫salsa20,-This is the European Stream Cipher plans of a secret source code, called salsa20.
流密码加密
- 采用流密码加密/解密,源码易懂-using stream cipher encryption / decryption, accessible source
线形移位存储器生成流密码
- 线形移位存储器生成流密码-linear displacement flow generated password memory
流密码 基于Java
- 基于java的流密码加密
流密码加密
- 采用流密码加密/解密,源码易懂-using stream cipher encryption/decryption, accessible source
线形移位存储器生成流密码
- 线形移位存储器生成流密码-linear displacement flow generated password memory
几种恒流源电路的设计
- 几种数控电流源的设计:最新的简易方法,无解压密码-current source of design : the latest summary, without extracting passwords
线性移位寄存器的C语言实现
- 线性移位寄存器是流密码的重要组成部分,该程序就是实现该方法。- The linearity shift register is the stream cipher important constituent, this procedure realizes this method.
Crypt
- 包涵了密码学教程里面的大部分加密算法,例如凯撒,Hill,RSA,DES,还有流密码等!是用MFC做的!带界面!-Cryptography Tutorial covers the majority of which encryption algorithm, such as Caesar, Hill, RSA, DES, there are stream cipher, such as! MFC to do with the! With
RC5
- 流密码算法,可用于文件加密和实时通信 ,设计者是著名的密码学家Rivest.该算法效率远高于一般分组密码,并且很适合用于随机数生成-Stream cipher algorithm, can be used for file encryption and real-time communication, the designer is well-known cryptographer Rivest. The algorithm eff
RC4
- 本程序实现RC4算法,包括加密与解密,属于流密码算法-RC4 algorithm to achieve this process, including the encryption and decryption, are stream cipher algorithm
Applet3
- 本程序是运用JAVA把流密码生成过程演示出来,谢谢大家支持。我现在需要流密码加密软件,有的密我 QQ:271027-This procedure is to use JAVA to flow out of the password generation process presentation, thank you for support. I now need to stream cipher encryption software,
randBBS
- BBS伪随机序列产生器 可以生成伪随机序列 是流密码加密的方法之一-BBS pseudo-random sequence generator can generate pseudo-random encryption stream cipher sequence is one of the ways
Stream
- 可以使用流密码对文件进行加密,有简单的界面-Can use the stream cipher to encrypt the document, a simple interface
streamcipher
- 用C++编写的流密码算法。从文件读入明文,并将密文写到指定文件。所有源文件齐备,保证测试通过。-Written in C++, stream cipher algorithm. Read from a file into the plaintext and ciphertext writes the specified file. All source documents are to ensure the test.
RC4
- RC4 流密码 c++ 控制台程序,对称密码-RC4 stream cipher c++ console program
Anewfeedbackimageencryptionschemebasedonperturbati
- 一种新型的基于反馈的混沌序列流密码发生器-A new chaotic sequence based on the feedback stream cipher generator
RC4
- 这是用C++语言实现密码学中的经典流密码算法RC4算法的最简单最有效的程序,本人经过实测,没有问题。