Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - openssl hash
Search - openssl hash - List
基于openssl开发的,加解密、签名验证和hash工具-Developed based on the openssl, encryption and decryption, signature verification and hash tools
Date : 2025-12-31 Size : 121kb User : 康康

用于实现SSL协议下的数字签名的软件OPENSSL的使用教程-SSL protocol for the realization of the digital signature of the use of software tutorials OPENSSL
Date : 2025-12-31 Size : 2.08mb User : Seven

哈希数据编码解码实现(Hash) 需安全openssl等安全证书-Hash data codec implementation (Hash) need to secure safety certificate openssl, etc.
Date : 2025-12-31 Size : 1.28mb User : 李维

写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAPublicKey.pem”的私钥加密后(SIGN),放到密文文件头内;文件头内有明文的原始长度信息。 解密: 将密文文件解密成明文文件,流程与加密相反,先用“RSAPrivateKey.pem”私钥解密(KEY1)数据,得出随机密钥(KEY);用随机密钥对密文解密,得到明文文件;对明文文件进行摘要计算,得出HASH1;用“RSAPublicKey.pem”公钥解密SIGN,得出HASH2;HASH1与HASH2做对比,相同表示解密成功,不同表示解密失败。 密文文件头内可以保存原始加密人的信息以及解密人的信息,这样可以快速判断解密者是否有权限解密该密文文件,如果有权限则进行解密过程,否则直接提示没有权限解密。 -To write a file encryption and decryption tool (VC9+ OPENSSL) CA procedures: Generates two RSA key pairs, respectively, save for the PEM format, password-protected private key, the file named "RSAPrivateKey.pem" and "RSAPublicKey.pem". Encryption: The specified plaintext file encryption, secret self-definition file formats require the document to use symmetric algorithms (3des) encryption, symmetric key (KEY) is randomly generated, random key to use "RSAPrivateKey.pem" public key encryption, stored in the ciphertext header inside (KEY1) summary of the calculation of the plaintext file to do (HASH), the calculation results with the "RSAPublicKey.pem" private key encryption (SIGN), into ciphertext in the file header file header if there is express The original length of the message. Decryption: Decrypt the ciphertext into a plaintext file documents, processes and encrypt the contrary, the first to use "RSAPrivateKey.pem" decrypt the private key (KEY1) data, derived random k
Date : 2025-12-31 Size : 1.05mb User : 张希行

openssl 最新的本版,包含很多加密算法,如RSA、ECC散列算法SHA-openssl latest edition, contains many encryption algorithms such as RSA, ECC hash algorithm SHA
Date : 2025-12-31 Size : 3.84mb User : susuwen

在VC6环境下编译使用openssl实现了哈希摘要算法编码编程-VC6 environment compile openssl achieve the hash digest algorithm coding programming
Date : 2025-12-31 Size : 9kb User : 言一一
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.