use the base function Crypto API for crypt/Decrypt message and view cryptoproviders in your system.(console application)
標簽: cryptoproviders function Decrypt message
上傳時間: 2013-12-15
上傳用戶:851197153
simple RSA crypt/Decrypt
上傳時間: 2017-08-12
上傳用戶:chens000
AES Encrypt and Decrypt. Cmd.
上傳時間: 2017-08-15
上傳用戶:陽光少年2016
Encrypt and Decrypt with different algorithm. Can enter password for each file you encrypt.
標簽: algorithm different password Encrypt
上傳時間: 2013-12-21
上傳用戶:nanxia
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and Decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and Decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or Decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
標簽: Cryptographic Primitives generate Library
上傳時間: 2015-07-16
上傳用戶:wqxstar
本源碼是對Hill算法的簡單實現,壓縮包內包含crypt和Decrypt兩個目錄,分別為加密和解密。
上傳時間: 2015-09-17
上傳用戶:kikye
SharpPrivacy - OpenPGP for C#: SharpPrivacy is an OpenPGP implementation in C#. It can be used to encrypt and sign data, created OpenPGP compatible keys, and a lot more. This article explains how to use the library in your own .NET application or webpage to encrypt, sign, Decrypt or verify OpenPGP messages.
標簽: SharpPrivacy OpenPGP implementation used
上傳時間: 2015-10-07
上傳用戶:ikemada
AES Core Modules In this document I describe components designated to encoding and decoding using AES. aes enc — parametrizable component which can encrypt input data, using 128, 192 and 256 bit key, • aes dec — parametrizable component which can Decrypt input data, using 128, 192 and 256 bit key, • key expansion — parametrizable component which can produce key expansion, using 128, 192 and 256 bit key,
標簽: components designated document describe
上傳時間: 2015-12-22
上傳用戶:Late_Li
It is an experimental testing for python M2Crypto module. M2Crypto is not well document. User may not know how to use SHA256 when signing and verify with RSA. It also have not enough document to show how to use DES to encrypt and Decrypt. Here also includes source codes for performance evaluation of the algorithms. This experimental program explore all this issue and may be helpful for some one who using python for doing encryption with RSA and DES.
標簽: M2Crypto experimental document testing
上傳時間: 2016-08-08
上傳用戶:上善若水
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