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