文件名称:AES-VC-AND_JAVA
介绍说明--下载内容均来自于网络,请自行研究使用
在做跨平台或跨系统加密,经常需要用到JAVA编写和VC++来编写加密模块,因为算法不同导致相互加密的文件不能互相解密,一直困扰自己,后来经过既懂算法又懂JAVA和VC的高手才完成此模块。-Do cross-platform, cross-system encryption, it is often necessary to use JAVA writing and VC++ of to write encryption module, because the algorithm is different from each other encrypted files can not be mutually decryption, has been plagued by its own, and later after both algorithms and understand the master of JAVA and VC to complete this module.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AES-VC\AESPro2\AES.cpp
......\.......\AES.h
......\.......\AESPro2.cpp
......\.......\AESPro2.dsp
......\.......\AESPro2.dsw
......\.......\AESPro2.ncb
......\.......\AESPro2.opt
......\.......\AESPro2.plg
......\.......\Debug
......\AESPro2
AES-VC
....JAVA\.classpath
........\.project
........\.settings\org.eclipse.core.resources.prefs
........\.........\org.eclipse.jdt.core.prefs
........\.settings
........\bin
........\src\com\longtop\client\codec\encryp\EncrypAES.java
........\...\...\.......\......\.....\......\EncrypMD5.java
........\...\...\.......\......\.....\......\HexTransfer.java
........\...\...\.......\......\.....\encryp
........\...\...\.......\......\codec
........\...\...\.......\......\TestClient.java
........\...\...\.......\client
........\...\...\longtop
........\...\com
........\src
AES-JAVA