搜索资源列表
AES
- aes加密解密程序源码,可实现对文件和字符串的加密和解密-aes encryption and decryption program source code, can be realized on the file and string encryption and decryption
AES
- 本程序用C++简单地实现了AES算法,可以实现128bits的字符串加密、解密,密码为128bits,具有很好的扩展性,可很容易地扩展为文件加密。-The program in C++ simply implements the AES algorithm, the string can 128bits encryption, decryption, password is 128bits, has good scalability can be easily extended to file
AES
- 用AES算法加密,使文件不容易被破解,是用纯C编写的-Encrypted with the AES algorithm, so that the file is not easy to break, is written in pure C
AES
- AES文件字符串的加密解密 具有优美的MFC界面-AES file encryption and decryption of string with a beautiful MFC interface
AES
- vc++实现的AES加密算法。可实现对任意文件加密,解密和字符串加密-Can be realized on the arbitrary file encryption
aes
- aes算法加密与解密程序,可以从文件读入数据,也可以自己输入数据。-aes algorithm encryption and decryption procedures, can be read from the file into the data, you can also input data.
AES-code-examples
- AES代码实例,请好用的,支持文件加密解密-AES code examples, please use the support for file encryption and decryption
Encryptor
- Encryptor高强度加密解密实例,采用密匙128位aes文件加密-Encryptor high strength encryption instance, aes file encryption key 128
AES_OpenSSL
- 基于OPenSSL实现的AES文件加密,编程环境Visual Studio2010,编程语言C-advanced encryption standard for file with Visual Studio 2010 and C++
aes
- AES算法加密软件,可以实现对文件的加密和解密,代码调用简单,适合初学者-AES algorithm encryption software, file encryption and decryption code calls simple, suitable for beginners
NT_AES_File_sep_OK
- 驱动成实现的AES文件加密程序,通过参数设施实现文件的加密过程,GRMWDK_EN_7600_1下调试成功-The project is used to encrypt an file in Ring0 which select file by set file parameter
AES
- 128bits-AES加密。能实现把一个文件加密,并有解密功能。-128bits-AES encrypt。It can encrypt a file with the key and decode it with the key.
aes
- AES加密算法,实现任意长度文件加密与解密,有例程,可直接用于文件或字符串,数组加解密。-AES encryption algorithm, the realization of arbitrary length of file encryption and decryption, there are routines, can be used directly in the file or string, the array encryption and decryption.
AES
- 可以实现任意文件的加密解密。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(Enc
LookFace加密系统
- C#开发的基于Face++的人脸识别视频登录验证加密系统,加密采用AES算法。内有PPT文档和文件的运行流程。(C# development of Face++ based face recognition, video registration, verification, encryption system, encryption using AES algorithm. There are running processes for PPT documents and files.)
AES超过128位密码jdk报错解决
- 使用AES加密时,当密钥大于128时,代码会抛出java.security.InvalidKeyException: Illegal key size or default parameters Illegal key size or default parameters是指密钥长度是受限制的,java运行时环境读到的是受限的policy文件。文件位于${java_home}/jre/lib/security 这种限制是因为美国对软件出口的控制。(AES more than 12
encfile
- 实现对任意文件的加密解密操作,Buffer缓存处理技术解决文件长度问题(Achieve arbitrary file encryption and decryption operations, Buffer cache processing technology to solve the file length problem)
aes
- aes加密、解密,直接包含头文件使用即可(AES encryption, decryption. Directly containing the header file can be used)
AES加密
- 对选择的文件进行AES加密,其中还有解密的函数,是加密、解密的必备工具!(A encrypts the selected files with AES, and the decrypted function is a necessary tool for encryption and decryption.)
密码学
- C++实现DES,AES的加密算法,可加密文件。(C++ implements DES,AES encryption algorithm, can encrypt files.)