creat a certificate using makecert creat a PKCS#12.pfx file to store the private key Encrypte data using the public Key in Certificate Decrypt data using the private key in a PKCS#12.pfx file
標簽: creat certificate Encrypte makecert
上傳時間: 2016-10-28
上傳用戶:agent
This work briefly explains common cryptosystems and details two most popular private-key ciphers: DES ,which is probably the most widely used, and AES, which is intended to replace DES.
標簽: cryptosystems private-key explains briefly
上傳時間: 2013-12-20
上傳用戶:xfbs821
Abstract: The rapid build out of today's smart grid raises a number of security questions. In this article,we review two recent well-documented security breaches and a report of a security gap. These situationsinclude a 2009 smart-meter hack in Puerto Rico; a 2012 password discovery in grid distributionequipment; and insecure storage of a private key in distribution automation equipment. For each of theseattacks, we examine the breach, the potential threat, and secure silicon methods that, as part of acomplete security strategy, can help thwart the attacks.
上傳時間: 2013-10-27
上傳用戶:tecman
IDEA v2.2 IDEA encryption for dos. IDEA stands for International Data Encryption Algorithm it was invented by Xuejia Lai and James Massey in Switzerland its a private key block algorithm, and is thought to be very secure.
標簽: IDEA International Encryption encryption
上傳時間: 2013-12-18
上傳用戶:gxf2016
個人編的rsa的源代碼,算出public—private key;其中有Euclid,Extend Euclid的實現,以及Millar-Rabin test的實現,和加密/解密
上傳時間: 2016-10-21
上傳用戶:1427796291
a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are required to generate public/private key pairs for asymmetric algorithm such as RSA and symmetric algorithm such as AES.
標簽: FPGA-based generator embedded hardware
上傳時間: 2014-01-09
上傳用戶:一諾88
RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key and private key. Public key (e) . You may choose any number for e with these requirements, 1< e <Æ (n), where Æ (n)= (p-1) (q-1) ( p and q are first-rate), gcd (e,Æ (n))=1 (gcd= greatest common divisor). Private key (d). d=(1/e) mod(Æ (n)) Encyption (C) . C=Mª mod(n), a = e (public key), n=pq Descryption (D) . D=C° mod(n), o = d (private key
標簽: crypthograph information Adleman Rivest
上傳時間: 2017-09-01
上傳用戶:chfanjiang
Export rsa private/public key pair
標簽: private Export public pair
上傳時間: 2017-09-26
上傳用戶:ggwz258
xyzzy is a program for the Nintendo Wii which will read a console s OTP key storage and dump out the private encryption keys to screen and to SD card. This is useful information in case your Wii ever gets bricked and you need to re-initialize the firmware.
標簽: the Nintendo console program
上傳時間: 2013-12-19
上傳用戶:清風冷雨
key處理新思路
上傳時間: 2013-11-22
上傳用戶:yulg