Location:
Search - rsa decrypt
Search list
Description: 加密算法
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]
-encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets Primitives :- To generate an RSA key cryptest g-To encrypt an d decrypt a string using RSA cryptest r-To calcu late MD5, SHS, and RIPEMD algorithms-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 cryptes t e | d input output- To share a file into shadows : cryptest's
Platform: |
Size: 389120 |
Author: Nikii |
Hits:
Description: rsa加密算法的c++实现,此程序实现利用公钥解密-rsa encryption algorithm c++ realized, the realization of this process a public key to decrypt
Platform: |
Size: 155648 |
Author: lining |
Hits:
Description: rsa算法的c++实现,该程序实现rsa密钥对的生成.此密钥用来加密和解密-rsa algorithm c++ achieved the realization of the program rsa key pair generation. this key used to encrypt and decrypt
Platform: |
Size: 154624 |
Author: lining |
Hits:
Description: rsa算法的c++实现,该程序实现利用私钥解密-rsa algorithm c++ realized, the realization of the program using the private key to decrypt
Platform: |
Size: 163840 |
Author: lining |
Hits:
Description: rsa算法的VC实现,其中包括超长整数类,素数检验算法,大素数生成器和一般的数论算法,例如中国剩余定理解密RSA密文
-rsa algorithm to achieve the VC, including the type of long integer, prime number testing algorithm to generate large prime numbers and the general number theory algorithms, such as the Chinese Remainder Theorem RSA decrypt ciphertext
Platform: |
Size: 2048 |
Author: bobo |
Hits:
Description: 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识
1.使用RSA算法完成DES密钥的分配;
2.使用MD5结合RSA算法完成对消息的签名;
3.对原有消息及签名提供机密性保护(用DES算法加密);
4.能够解密并验证签名的合法性
-Their use of Java made the Client-Server chat program, a combination of network communications, data security, knowledge of multi-threaded one. RSA algorithm using the completion of the distribution of DES keys 2. RSA algorithm combines the use of MD5 message to complete the signature 3. The original message and signature to provide confidentiality protection (with DES encryption algorithm) 4. Able to decrypt and verify the legitimacy of the signature
Platform: |
Size: 8192 |
Author: Shadow |
Hits:
Description: 1、对称密码技术的实现(单重DES加密/解密);
2、非对称密码技术的实现(RSA,产生公私钥,并利用公钥加密信息,在利用私钥解密);-1, symmetric cryptographic techniques to achieve (single DES encryption/decryption) 2, non-symmetrical cryptographic techniques to achieve (RSA, generate public private key and public key encryption of information, in the use of the private key to decrypt)
Platform: |
Size: 3262464 |
Author: liuxiaogang |
Hits:
Description: 详细介绍了Powerbuilder中RSA加解密程序的实现-RSA pb Powerbuilder
Platform: |
Size: 40960 |
Author: zsl |
Hits:
Description: simple RSA crypt/decrypt
Platform: |
Size: 6144 |
Author: Ramazan |
Hits:
Description: 一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序-create a practical application using RSA algorithm that can encrypt and decrypt any file
Platform: |
Size: 6144 |
Author: 张丽 |
Hits:
Description: rsa decryption injava
Platform: |
Size: 3072 |
Author: sayan.maji |
Hits:
Description: 利用RSA CryptoserviceProvide类实现加密和解密数据-The use of RSA CryptoserviceProvide class encrypt and decrypt data
Platform: |
Size: 36864 |
Author: hl790 |
Hits:
Description: 输入明文,用rsa算法加密,然后输出加密后的密文,再用此算法解密,输出解密后的明文。-Input plaintext, using rsa encryption algorithm, and then the output encrypted ciphertext, and then decrypt this algorithm, the output of the plaintext after decryption.
Platform: |
Size: 817152 |
Author: 陌生初熏 |
Hits:
Description: 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。-Do research about the application area of RSA encryption and reason that RSA can be used for file encryption. Design a RSA file-encrypt solution and complete an application on Microsoft Windows™ . Design a C++ class based on normal RSA algorithm. And make a DLL module based on the class. Then complete a .Net Framework™ window-application using that DLL. The application can encrypt any file and decrypt them. The file after encryption can be saved as a text file. And the encryption-keys also can be saved as text.Provide pivotal classes chart, project description, core algorithm flowchart, all source code, and module interfaces document. Do application performance test and record the performance data. Analyze the result then optimize core algorithm and improve the application. Finally, create a practical application using RSA algorithm that can encrypt and decrypt any file. And several modules in the project can be reuse by other applications. For instance, the C++ class can be
Platform: |
Size: 1044480 |
Author: 张波 |
Hits:
Description: 基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密-Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt
Platform: |
Size: 1372160 |
Author: hbhb |
Hits:
Description: encrypt-decrypt with RSA algorithm. implementation encryption algorithm with RSA method. using public key and private key. first, generate public and private key with generate.php. you will get e,d, and n. for encrypt, use the e and n for private and public key. and using d and n as private and public key to decrypt your text
Platform: |
Size: 8192 |
Author: wahyu |
Hits:
Description: Encrypt Decrypt RSA Algorithm In C-Encrypt Decrypt RSA Algorithm In CPP
Platform: |
Size: 1024 |
Author: Yogesh |
Hits:
Description: 利用RSA对大数进行加密和解密,同时对大数进行计算,如大数相加、相减、及相乘(Using RSA to encrypt and decrypt large numbers, and calculate the number of large numbers, such as adding, subtracting, and multiplying large numbers.)
Platform: |
Size: 367616 |
Author: lala_
|
Hits:
Description: 随机生成两个大素数,并对文件进行加解密。(Generate two large prime numbers to decrypt files)
Platform: |
Size: 4123648 |
Author: 爱妃平身爱卿平身 |
Hits:
Description: 制作一个RSA的加解工具的过程:
1、随机搜索大素数,随机生成公钥和私钥;
2、用公钥对任意长度的明文加密;
3、用私钥对密文解密;
4、界面简洁、交互操作性强。
5、(可选)实现对汉字的加解密,把加密结果存放在文本文档(The design process of making a RSA encryption tool:
1. The large prime number is searched randomly and the public key and the private key are randomly generated.
2, use public key to encrypt any length of plaintext.
3. Decrypt the ciphertext with the private key;
4. The interface is concise and the interoperability is strong.
5. (optional) to decrypt and decrypt the Chinese character, and store the encrypted results in the text document)
Platform: |
Size: 96256 |
Author: SJJXZ |
Hits: