Welcome![Sign In][Sign Up]
Location:
Search - aes stream encryption

Search list

[Crack HackEncryptFileAndText

Description: 此工程实现了对文件,文件夹,字节流的加密,解密,使用了AES加密,界面简单实用-this project to achieve the right files, folders, byte-stream encryption, decryption, using AES encryption, simple and practical interface
Platform: | Size: 202298 | Author: 朱江涛 | Hits:

[Crack HackEncryptFileAndText

Description: 此工程实现了对文件,文件夹,字节流的加密,解密,使用了AES加密,界面简单实用-this project to achieve the right files, folders, byte-stream encryption, decryption, using AES encryption, simple and practical interface
Platform: | Size: 316416 | Author: 朱江涛 | Hits:

[Streaming Mpeg4Win_STP

Description:
Platform: | Size: 5228544 | Author: 谭宜平 | Hits:

[File FormatAES_DES_Workmode

Description: 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。-Symmetric/block ciphers are generally divided into stream encryption (eg, OFB, CFB, etc.) and block encryption (such as ECB, CBC, etc.). For streaming encryption, block cipher needs to be translated into the work flow model. The encryption block (or block cipher), If you want to encrypt the data block size more than on the need to involve filling and chain encryption mode, the text referred to, such as ECB and CBC encryption mode refers chain. This paper will be introduced the AES symmetric encryption/packet encryption/stream cipher and the ECB, CBC, CFB, OFB and CTR mode in five symmetric encryption.
Platform: | Size: 382976 | Author: 王纪 | Hits:

[Crack HackAES

Description: 比较严谨的算法,分别针对字符串、文件、流的加密解密算法-, Respectively, for string, file, stream encryption and decryption algorithm
Platform: | Size: 249856 | Author: cloneper | Hits:

[CA authBlockCiyptTestApp

Description: 关于流密码加密,以及CBC,DES,AES等多种加密算法-On the stream cipher encryption, and the CBC, DES, AES and other encryption algorithm
Platform: | Size: 192512 | Author: zqfzqf2008 | Hits:

[Crack HackAes

Description: AesLib.pas is a C# interface to the AES encryption routines fromBrian Gladman. Generating of a salt valuePassword verificationGenerating of authentication codeEncryption of a streamDecryption of a stream.The source code of a sample program is included.
Platform: | Size: 4096 | Author: azadifar | Hits:

[Windows DevelopCrijndael_AESo

Description: rijndael AES 比较经典的加解密算法,只只需要调用相应的函数就能实现对数据流或文件进行加解密。 -rijndael AES the classic encryption and decryption algorithm, only need to call the corresponding function will be able to achieve the data stream or file encryption and decryption.
Platform: | Size: 18432 | Author: sacri | Hits:

[Windows DevelopCaesstabbo

Description: 保密强度非常高的AES加密源源代码,让你的数据变的非常安全。 -Confidentiality very high strength AES the encryption stream of code, so your data very safe.
Platform: | Size: 2048 | Author: zd | Hits:

[File Operatesuper_xmlini

Description: TXmlIni支援以下功能(特征):         1. 具有压缩能力(使用ZLib)         2. 储存成其他程式语言看得懂得xml(在非压缩的情况下)         3. 具Stream串流载入与输出能力         4. 具字串载入与输出能力         5. 具Base64能力(当使用压缩时, 则输出字串将强迫为Base64格式)         6. 具自动存档能力         7. 支援压缩、AES加密、RSA加密。 范例: uses XmlIni proceduree ...() var XmlIni: TXmlIni Ret: string begin XmlIni := TXmlIni.Create try XmlIni.LoadFromFile( C:\...\sample.xi ) Ret := XmlIni[ section ][ key ] XmlIni[ section ][ key ] := Value XmlIni.SaveToFile( C:\...\sample.xi ) finally XmlIni.Free end end -TXmlIni supports the following functionality (features): 1. Has compressed capacity (ZLib) Saved as other programming languages ​ ​ to see to know how to xml (in the case of non-compressed) 3 with Stream streaming load output capability 4 with string loaded with output capacity 5 the Base64-capacity (when using compressed output string will be forced to Base64 format) 6 with automatic archiving capabilities Support compression, AES encryption, RSA encryption. Example:         uses                 XmlIni         proceduree ... ()         var             XmlIni: TXmlIni             Ret: string         begin             XmlIni: = TXmlIni.Create             try                 XmlIni.LoadFromFile ( C: \ ... \ sample.xi )   &nbs
Platform: | Size: 4029440 | Author: 刘孟雄 | Hits:

[Crack HackAES-OFB

Description: Visual c++ 下使用C语言开发的基于AES分组加密算法的流加密算法,OFB模式,分组长度128bit,密钥长度可变,128或256bit,可实现以字节为单位的流加密。-Using C language development in Visual c++ block encryption algorithm AES-based stream encryption algorithm, OFB mode, packet length 128bit key variable length, 128 or 256bit, in bytes stream encryption.
Platform: | Size: 3058688 | Author: yanan | Hits:

[Crack Hackarc4

Description: Visual c++ 下使用C语言开发的ARC4流加密算法,密钥长度可变,可实现以字节为单位的流加密,加密强度比AES分组加密算法弱,但是效率比AES算法高。-C language development Visual c++ ARC4 stream encryption algorithm and key length is variable and can be realized in bytes stream encryption, encryption strength than AES block encryption algorithm is weak, but the efficiency is higher than AES algorithm.
Platform: | Size: 3046400 | Author: yanan | Hits:

[Windows DevelopOPENSSL

Description: 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1 | SHA3) for summary calculations 2, choose a symmetric key encryption algorithms or stream ciphers (DES | AES | RC4) 3. Select a public key signature algorithm (RSA | ECC), requires a separate key pair generation algorithm encryption mode 4, document file for CBC.
Platform: | Size: 833536 | Author: 杨成伟 | Hits:

[CA authPhelix-Optimized

Description: Phelix 1 is a high-speed stream cipher with a built-in MAC func- tionality. It is efficient in both hardware and software. On current Pentium CPUs, Phelix has a per-packet overhead of less than 900 clocks, plus a per- byte cost well under 8 clocks per byte, comparing very favorably with the best AES (encryption-only) implementations, even for small packets.
Platform: | Size: 584704 | Author: Jonathan Young | Hits:

CodeBus www.codebus.net