DL : 1
rijndaelvb.zip
The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the project runs some test data through the class.
The rijndael.asp file is a VBScript ASP file that can be used as a server side include for encryption using the Rijndael AES block cipher algorithm. The rijndaeltest.asp shows how the encryption routine can be called by running some test data through the algorithm.
Date : 2008-11-24
Size : 13.14kb
User : yusy2000
DL : 0
在evc下实现文件“另存为”操作。在vc下该方法也可以使用。-AES under the document "Save as" operational. In vc under this method can also be used.
Date : 2025-12-16
Size : 1.38mb
User : 李
DL : 0
Cryptor uses the 256 bit Rijndael (otherwise known as AES, or the Advanced Encryption Standard) encryption to secure files. It does this using a CryptoStream object and the RijndaelManaged class. There is no default form to the application - double clicking Cryptor.exe will achieve nothing. A form is only displayed when the correct command line arguments are passed. This happens when a user has installed the MSI (or added the neccessary keys to the registry) and right clicked on a file (not a folder) in Windows Explorer.-Cryptor uses the 256 bit Rijndael (otherwise known as AES, or the Advanced Encryption Standard) encryption to secure files. It does this using a CryptoStream object and the RijndaelManaged class. There is no default form to the application- double clicking Cryptor.exe will achieve nothing. A form is only displayed when the correct command line arguments are passed. This happens when a user has installed the MSI (or added the neccessary keys to the registry) and right clicked on a file (not a folder) in Windows Explorer .
Date : 2025-12-16
Size : 36kb
User : matt
DL : 0
AES-encryption.......this is source code for encyrption it is widout file handling
Date : 2025-12-16
Size : 4kb
User : vishal
DL : 1
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密-AES is an encryption of information using the security code standards. It supports 128-bit, 192 bit and 256-bit key. Encryption Algorithm in ElAES.pas unit. I will of its encryption method encapsulated in the AES.pas unit, only two criteria need to call the function can be completed string encryption and decryption.
Date : 2025-12-16
Size : 206kb
User : 图派克
DL : 0
该程序是一个文件加密程序。通过AES算法和MD5算法实现一个文件的加解密功能。开发软件为vs2008。-The program is a file encryption program. Through the AES algorithm and the MD5 algorithm to implement a file encryption and decryption functions. Development of software for vs2008.
Date : 2025-12-16
Size : 7.1mb
User : hesd
DL : 0
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
Date : 2025-12-16
Size : 3.84mb
User : 刘孟雄
DL : 0
AES对字符串加解密,包含文件和测试文件-AES ,include files and test file
Date : 2025-12-16
Size : 4kb
User : nation
DL : 0
用AES实现的文件加密和解密,有导出密钥,打开目标文件夹等功能,界面友好-Implemented with AES file encryption and decryption, have derived key, open the destination folder and other functions, user-friendly
Date : 2025-12-16
Size : 641kb
User : 李磊
DL : 0
AES File Encryption source
Date : 2025-12-16
Size : 1kb
User : denis7656
DL : 0
project name:- parallel implementation of AES algorithm using GPU
AES algorithm is implementated in C++
AES algorithm is implementated in Compute Unified Device Architecture (CUDA library devloped by NVIDIA)
Date : 2025-12-16
Size : 2.41mb
User : avadhut
DL : 0
AES算法源代码,是用VicualC++写的,好用,不错的代码()
Date : 2025-12-16
Size : 4kb
User : Viviwo
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus All Rights Reserved.