当前位置:
首页
资源下载

搜索资源 - cryptographic key generation
搜索资源列表
-
0下载:
Cryptographic Key Generation from Voice
-
-
0下载:
Elgamal签名是基于离散对数问题的,首先选择p,g计算出B,作为公钥(p,g,B),在选择一个a作为私钥,给出明文m,对明文机型加密,计算出x,y,得到签名,接收方就可以进行验证。签名过程中必须使用Hash函数,否则的话容易受到存在性伪造攻击,并且签名长度是明文长度的二倍。
-Obtained by the Elgamal discrete logarithm problem cryptographic algorithms, first, Elgamal key generation,
-
-
0下载:
软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
-
-
0下载:
Openssl 是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有:
SSL 协议实现(包括SSLv2、SSLv3 和TLSv1)、大量软算法(对称/非对称/摘要)、
大数运算、非对称算法密钥生成、ASN.1 编解码库、证书请求(PKCS10)编解码、
数字证书编解码、CRL 编解码、OCSP 协议、数字证书验证、PKCS7 标准实现
和PKCS12 个人数字证书格式实现等功能。
Openssl 采用C语言作为开发语言,这使得它具有优秀的跨平台性能。Openssl
-
-
0下载:
Cryptographic algorithm for key generation in c and c-Cryptographic algorithm for key generation in c and c++
-
-
0下载:
非对称密码技术的实现
(1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数);
(2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。
-Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation
-
-
0下载:
非对称密码技术的实现
(1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数);
(2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。
-Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation
-
-
0下载:
非对称密码技术的实现
(1)公私钥生成函数,加密/解密函数;
(2)利用公钥加密特定文件,并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。-Achieve asymmetric cryptographic techniques
(1) The public and private key generation functions, encryption/decryption functions
(2) the use of public key crypto
-
-
0下载:
AES密码算法算法原理与实现。参数产生、密钥产生、加密解密过程。-AES cryptographic algorithm algorithm principle and implementation. Parameter generation, key generation, encryption and decryption process.
-
-
1下载:
By EldoS Corporation. CryptoBlackbox package of SecureBlackbox is a free collection of components and classes that offer wide range of both basic and sophisticated cryptography functions. This includes:
symmetric and asymmetric (PKI-based) cryptogr
-