Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - certificate
Search - certificate - List
mysql 的认证材料,初学者可以看看。 (英文版本的)-mysql certificate material
Update : 2024-05-20 Size : 1295360 Publisher : zhiweitao

DL : 0
java 安全性编程 对于证书以及加密解密有很好的启发性-java security certificate and encryption and decryption program for a good inspirational
Update : 2024-05-20 Size : 1850368 Publisher : Jackie

文档包括X.509标准的一系列文章.中文版的比较难找.主要是包括证书中各个字段说明和一些密码学算法的介绍.-Documents including X.509 standard series of articles. Chinese version quite difficult to find. Mainly include the certificate number of each field notes and the introduction of cryptography algorithms.
Update : 2024-05-20 Size : 53248 Publisher : weller

The newest handbook for cisco certificate
Update : 2024-05-20 Size : 2096128 Publisher : tambeo

DL : 0
该项目实现了CA认证,通信双方利用公钥证书进行非对称密钥RSA加密通信。可以简单修改实现分机部署。-The project achieved the CA certificate, certificate of communication both use public key RSA encryption keys for asymmetric communication. Simple changes can be deployed to achieve extension.
Update : 2024-05-20 Size : 54272 Publisher : chuen jane

在WinForm中通过CertEnroll来申请证书以及吊销证书代码-In WinForm applications through CertEnroll to revoke the certificate and the certificate code
Update : 2024-05-20 Size : 100352 Publisher : valetine

DL : 0
CryptoAPI(一个应用程序编程接口)目的就是提供开发者在Windows 下使用PKI 的编 程接口。CryptoAPI 提供了很多函数,包括编码、解码、加密、解密、哈希、数字证书、 证书管理和证书存储等功能。对于加密和解密,CryptoAPI 同时提供基于会话密钥和公 钥/私钥对的方法。-CryptoAPI (an application programming interface) is designed for a developer to use PKI in the Windows programming interface. CryptoAPI provides many functions, including encoding, decoding, encryption, decryption, hashing, digital certificates, certificate management and certificate storage and other functions. For encryption and decryption, CryptoAPI also provides session-based key and public/private key pair method.
Update : 2024-05-20 Size : 311296 Publisher : Infosecer

openssl是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有:SSL协议实现(包括SSLv2、SSLv3和TLSv1)、大量软算法(对称/非对称/摘要)、大数运算、非对称算法密钥生成、ASN.1编解码库、证书请求(PKCS10)编解码、数字证书编解码、CRL编解码、OCSP协议、数字证书验证、PKCS7标准实现和PKCS12个人数字证书格式实现等功能。-openssl is a feature-rich, self-contained open-source security toolkit. It provides the main functions are: SSL protocol implementation (including SSLv2, SSLv3 and TLSv1), a large number of software algorithms (symmetric/asymmetric/summary), large numbers operation, asymmetric key generation algorithm, ASN.1 decoding library, certificate request (PKCS10) decoding, encoding and decoding digital certificates, CRL codec, OCSP protocol, digital certificate authentication, PKCS7 and PKCS12 standard to achieve personal digital certificate formats, and so on.
Update : 2024-05-20 Size : 5120 Publisher : 丫头

DL : 0
generate csr(certificate signing request)
Update : 2024-05-20 Size : 2048 Publisher : EasySong

DL : 0
网络工程师培训基础教程,帮助您轻松考过网络工程师证书-Network Engineer Training Essentials to help you easily obtained his Certificate of network engineers
Update : 2024-05-20 Size : 3581952 Publisher : 傅雪

DL : 0
完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的私钥解密后得到F(x),在同本地计算得到的F(X)进行对比,如果一致,说明公钥分配成功。 (3)A用B的公钥对一图象文件(test_pig.bmp)进行加密并发送给B,B收到后解密,对比原图象看是否一致,并记录整个加密/解密的所用时间T1;-Complete the asymmetric public key certificate-based key distribution work Description: (1) as the communication of both A and B, have a common trusted third party CA, the CA generates a public key certificate for each person and the corresponding private key and distributed to A, B. (2) A and B respectively to provide their own public key certificates to each other both in the local verify the reliability of each other s public key certificate (assuming A, B has received CA s public key), then A with B s public key encryption 1 the data X (integer, can be their own definition, such as 100) and send it to B, B with their own private key decrypted by the data X, and then consult a good function by F (eg F (X) = 2* X) calculated F (X), then encrypted using A s public key sent to A A locally with their own private key to decrypt obtained F (x), calculated with the local F (X) are compared, if the same description Successful public-key distribution. (3) A with B s public key on an
Update : 2024-05-20 Size : 71680 Publisher : 熊龙生

DL : 1
完成基于非对称密码技术的对称密钥分配工作 说明: (1)在完成上述基于公钥证书的非对称密钥分配工作的基础上,根据教材上基于非对称密码技术的对称密钥分配方案,完成对称密钥Ks的分配工作。 (2)A用Ks对一图象文件(test_pig.bmp)进行加密并发送给B,B收到后解密,对比原图象看是否一致,并记录整个加密/解密的所用时间T2; (3)对比T1和T2;-Completion of asymmetric cryptography based on symmetric key distribution work Description: (1) the completion of the asymmetric public key certificate-based key distribution based on the work, according to the materials on asymmetric cryptography based on symmetric key distribution scheme, the completion of the allocation of symmetric key Ks. (2) A document with Ks on an image (test_pig.bmp) is encrypted and sent to B, B to decrypt receipt, compared to the original image to see if the same, and record the entire encryption/decryption time spent T2 (3) contrast T1 and T2
Update : 2024-05-20 Size : 43008 Publisher : 熊龙生

电脑贷记凭证打印软件,操作简便,以最少的输入量输入贷记凭证,可自定义打印格式,无须安装. -Computer credit certificate printing software, easy to operate, with minimal input of input credit certificates can be custom print format, without installation.
Update : 2024-05-20 Size : 530432 Publisher : 蔡建华

DL : 0
学生基本信息(编号,姓名,性别,籍贯,民族,生日,政治面貌,省份证,数学成绩,英语成绩,计算机成绩) 成绩统计(各科总成绩,各科平均成绩,各科的及格率) -Students with basic information (number, name, gender, ethnicity, nationality, date of birth, political affiliation, provinces certificate, mathematics achievement, English achievement, computer performance) results statistics (total score of subjects, subjects average score, the passing rate of subjects)
Update : 2024-05-20 Size : 330752 Publisher : 马先福

OtherLPIC1
DL : 0
The Ultimate Guide For the LPIC-1 Certificate (Linux Professional Institute Certificate) in English, last updated April 2009, very practical and doesn t require a teacher, with real examples and problems to solve alongside their solutions, don t hesitate to download it now.
Update : 2024-05-20 Size : 5758976 Publisher : OuahabiX

人脸识别的例子,经验证可以使用,按说明使用。-Examples of face recognition, experience certificate can be used, according to instructions.
Update : 2024-05-20 Size : 46080 Publisher : bskyfish

DL : 0
CryptAPI测试程序源代码,包含获取证书链、枚举证书、获取设置证书属性、生产证书请求等源代码。-CryptAPI test program source code, including access to the certificate chain, enumeration certificate, certificate of property get set, production certificate request。
Update : 2024-05-20 Size : 40960 Publisher : wang xuelin

DL : 0
阿里巴巴邀请函参加资格证明书,仅供参阅,最终解释权归阿里巴巴所有-Alibaba invitation to participate in a certificate of competency, only for reference, the final interpretation of all Alibaba
Update : 2024-05-20 Size : 223232 Publisher : 王蒙

建设局证书套打软件。主要用于山东省内建设局的审查合格书的套打-Bureau of Printing With software certificate. Mainly used in the review of the Bureau of Shandong Province eligible books Printing With
Update : 2024-05-20 Size : 253952 Publisher : janlee

DL : 0
intel visual fortran的破解安装办法。内附一安装证书和安装说明。按照说明操作即可。-intel visual fortran hack installation methods. Containing an installation certificate and installation instructions. In accordance with the instructions.
Update : 2024-05-20 Size : 688128 Publisher : zzf
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 45 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.