搜索资源列表
AESMatlab
- AES加密算法的Matlab仿真及应用,内容比较清晰-AES encryption algorithm of the Matlab simulation and applications, content, clearer
StaticFPSys4
- 第10章 FPPRGDemo 伪指纹随机发生器 FPSEDemo 指纹对称加密(指纹AES) FPECC 指纹非对称加密 (指纹ECC) FPES 指纹电子签名技术 FPCSDemo 指纹加密存储 FPET 指纹加密传输 FPNetSys 指纹网络比对系统 -Chapter 10 FPPRGDemo pseudo-random generator FPSEDemo fingerprint fingerprint s
borZoi-1.0.2
- 一个很全很强大的密码算法库,是一个大学研究机构编写的,可以用来作算法分析和仿真验证。-a crypto library includs various algorithm, such as aes, des ,ecc ,rsa ...
siganature
- 椭圆曲线签名 AES加密和解密 产生、获取、验证数字证书-ecc siganature
good_galois_all_operations
- Galois field is used in ECC( elliptic curve cryptography). This is a brief introdustion about the prime field and its related concepts
ECC8
- 这是关于密码学中的ecc 的加解密算法的C语言实现程序,是在c++ 环境下运行的-This is about cryptography, AES encryption and decryption algorithms C-language implementation procedures are in c++ environment to run
schnoor_sign_verify
- 基于miracl库的简单的签名和验证程序,采用AES和基于ECC的schnoor混合签名-Based miracl library simple signature and authentication procedures, using AES and ECC-based signature mix of schnoor
dfsd
- C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
ecaes
- ECC+AES加解密的源码,作者为NOOBY。-ECC+AES encryption and decryption source code, author is NOOBY.
Decrypt.rar
- 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
ban2007
- A cryptographic library optimized for the ARM7TDMI architecture. The library includes the AES, SHA, RSA, some PRNGs and ECC (ECDSA) over all the SECG-recommended curves. The library is written in GNU assembler and C, the testing is done in Keil uVisi
test3
- ECC和AES加密算法哦~ECC和AES加密算法哦~-ECC and AES encryption algorithm oh ~ ECC and AES encryption algorithm oh ~
AES-with-ECC
- 本文使用ECC加密AES的密钥,再由AES加密明文内容,AES加密强度大,速度快,但是密钥更新繁琐和不安全,由强度很大的非对称密钥算法对AES密钥加密,结合了两方的优点-this programme combine the ECC with AES.using the ECC to cipher the AES key,and using the AES to cipher the m
OPENSSL
- 实现一款文档文件加密和签名的工具 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
secret
- 本资料主要实现了文字图像的加解密,主要应用的算法有五种,分别是DES,AES,RSA,ECC,MD5,其中椭圆离散曲线加密算法较难。-This information is mainly to achieve the text image encryption and decryption, mainly used the algorithm has five, respectively is the DES, AES, RSA, ECC, MD5, which discrete ellipti
aaa
- STM32官方ECC,AES等算法库,方便大家使用,有详细的使用文档,支持各种STM32芯片-STM32 official ECC, AES library, easy to use, with the use of detailed documentation, support a variety of STM32 chip
Utils
- JDK6支持的加密和摘要算法,包括AES、DES、DSA、RSA、ECC、SHA、MD5、MAC等,以及Base64、BCD等,此处为其各个对应的工具和测试类。-Encryption and digest algorithm JDK6 support, including AES, DES, DSA, RSA, ECC, SHA, MD5, MAC, as well as Base64, BCD, etc., where its tools and test each corresponding
openssl-master
- OPEN SSL源代码,rsa ,des aes e-OPEN SSL ,rsa ,des aes ecc
ARM 加解密功能算法
- 文件包为ARM加解密库,都是C代码。 内部包含对称算法如AES、SHA、XXTA等。非对称算法包含RSA、ECC等。(The file package is the ARM encryption and decryption library, all of which are C code. The internal contains symmetric algorithms such as AES, SHA, XXTA, etc.. Asymmetric algorithms incl
cryptopp-CRYPTOPP_5_6_5
- c++编写,包含了常见的密码学算法des,aes,rsa,ecc等(Common cryptology algorithm)