Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - AES
Search - AES - List
DL : 0
文字的加解密这里使用的是AES的加解密方法 -Encryption and decryption of text here, using the AES encryption and decryption methods
Update : 2024-05-04 Size : 207872 Publisher : hahaguo

DL : 0
AES的实现.其中有几个类....是用java所开发的一个加解密算法....比较好用好学-AES implementations. .... Which has a number of categories is developed in java encryption and decryption algorithm of a relatively easy to learn ....
Update : 2024-05-04 Size : 1000448 Publisher : 戴家燕

DL : 0
用C语言编写AES加密解密算法,实现加密解密功能-Using C language AES encryption and decryption algorithms, encryption and decryption functions realize
Update : 2024-05-04 Size : 4096 Publisher : 黎志展

DL : 0
AES加密解密源代码 AES加密解密源代码-AES encryption and decryption AES encryption and decryption source code source code
Update : 2024-05-04 Size : 22528 Publisher : JINW

DL : 0
AES加密解密算法的软件实现。可以实现128bit,192bit以及256bit的加密解密,可在windows,linux上执行-AES encryption and decryption algorithm of the software. Can be achieved 128bit, 192bit and 256bit encryption decryption, may be windows, linux on the implementation of
Update : 2024-05-04 Size : 10240 Publisher : snapgear

DL : 0
C#AES加密解密的 实现-C# AES encryption and decryption of realize
Update : 2024-05-04 Size : 69632 Publisher : wanghai

DL : 0
AES加密算法 C++的AES代码 在VC7.1下编译调试成功-AES encryption algorithm C++ The AES code under VC7.1 compiler debugging success
Update : 2024-05-04 Size : 3072 Publisher : gaowei

DL : 0
AES源码 最先进的加密算法 块加密 有助于VC开发 -AES source the most advanced encryption algorithm encryption help block the development of VC
Update : 2024-05-04 Size : 2048 Publisher : 艳梅

DL : 0
AES加密算法对socket通信过程进行加密传输,包括字符,数字,汉字等,包含完整client端和server端源码。-AES encryption algorithm to encrypt the communication process socket transmission, including characters, numbers, characters and so on, contains a complete client-side and server-side source.
Update : 2024-05-04 Size : 8197120 Publisher : yanghu

DL : 2
AES加密算法vC++实现类源码 hello 1243435-AES encryption algorithm vC++ Realize source category hello 1243435
Update : 2024-05-04 Size : 1004544 Publisher : adil

DL : 0
AES加密算法,可实现CS模式加解密文件,有简单的图形界面-AES惴ㄊ?CS模 式 咏 募屑 虻サ 图 谓
Update : 2024-05-04 Size : 1304576 Publisher : 吴李涛

DL : 0
用C++编写的AES加密方法,可以对文件进行加密解密!-With C++ Prepared AES encryption method, you can file encryption and decryption!
Update : 2024-05-04 Size : 11264 Publisher : kkk

SCMAES
DL : 0
AES在AVR单片机上的实现 资源要求 Program: 4492 bytes (6.9% Full) (.text + .data + .bootloader) Data: 745 bytes (9.1% Full) (.data + .bss + .noinit) 可以在AVR Studio中模拟运行 AES加密和解密 在AVR Studio 中模拟运行 Ctrl+F7 后,模拟执行到main入口处 按F5后, 知道到加密完成 可以看出加密的结果 再按F10,执行解密, 可以看出input数组恢复了 原来的结果-AES in the AVR Singlechip resource requirements to achieve the Program: 4492 bytes (6.9 Full) (. Text+. Data+. Bootloader) Data: 745 bytes (9.1 Full) (. Data+. Bss+. noinit) can be simulated in the AVR Studio to run AES encryption and decryption in the AVR Studio to run in simulation Ctrl+ F7, the simulation of the implementation of the main entrance by F5, the know to complete the encryption can be seen the results of encryption and then F10, the implementation of decryption , one can see the input array to restore the original results
Update : 2024-05-04 Size : 8192 Publisher : 湖水

DL : 0
用于实现AES加密、解密,加密128bits字符串,密码也是128bits。可扩展性很好,可以很容易地用于扩展成文件加密。-For the realization of AES encryption, decryption, encryption 128bits string, the password is 128bits. Very good scalability, can be easily used to expand file encryption.
Update : 2024-05-04 Size : 310272 Publisher :

DL : 0
AES加密算法,是一个不错的加密源码,采用VC++编写-AES encryption algorithm, encryption is a good source, using VC++ Prepared
Update : 2024-05-04 Size : 1002496 Publisher : 朱敏

DL : 0
AES很重要-AES is very important
Update : 2024-05-04 Size : 1917952 Publisher : 徐雄博

DL : 0
AES 128/192位加密算法,可与C++加密算法共用-AES 128/192 bit encryption algorithm, with the C++ Shared encryption algorithm
Update : 2024-05-04 Size : 32768 Publisher : xialei3344

DL : 0
关于高级加密算法aes的实现。包含动态生成和静态生成2种模式-Advanced Encryption Algorithm on the realization of aes. Contain dynamically generated and static model to generate two kinds of
Update : 2024-05-04 Size : 9216 Publisher : qqtt

DL : 0
本项目实现了高速对称密码算法AES,可以用它直接加密文件模块。-The project achieved a high-speed symmetric cryptographic algorithm AES, can use it to encrypt files directly modules.
Update : 2024-05-04 Size : 1812480 Publisher : 熊齐文

DL : 0
AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。 (* 文件列表 *) ..\Source\ AES 单元文件 ..\Example\ 演示程序-AES is a kind of code the use of safety information encryption standards. It supports 128, 192 and 256-bit keys. Encryption algorithm in ElAES.pas unit. I will of its encryption module is packaged in a AES.pas only two criteria need to call function can be completed string encryption and decryption. (* Key length*) 128 to support a length of 16 characters 192 to support the length of 24 characters 256 to support the length of 32 characters for all encryption and decryption operations by default for the 128 key. (* File List*) .. Source AES unit document .. Example demo program
Update : 2024-05-04 Size : 211968 Publisher : 刘鸿翔
« 1 2 3 45 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.