Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - rsa decrypt
Search - rsa decrypt - List
加密算法 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
Date : 2025-07-16 Size : 380kb User : Nikii

rsa加密算法的c++实现,此程序实现利用公钥解密-rsa encryption algorithm c++ realized, the realization of this process a public key to decrypt
Date : 2025-07-16 Size : 152kb User : lining

rsa算法的c++实现,该程序实现rsa密钥对的生成.此密钥用来加密和解密-rsa algorithm c++ achieved the realization of the program rsa key pair generation. this key used to encrypt and decrypt
Date : 2025-07-16 Size : 151kb User : lining

rsa算法的c++实现,该程序实现利用私钥解密-rsa algorithm c++ realized, the realization of the program using the private key to decrypt
Date : 2025-07-16 Size : 160kb User : lining

DL : 0
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
Date : 2025-07-16 Size : 2kb User : bobo

自己用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
Date : 2025-07-16 Size : 8kb User : Shadow

DL : 0
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)
Date : 2025-07-16 Size : 3.11mb User : liuxiaogang

DL : 0
详细介绍了Powerbuilder中RSA加解密程序的实现-RSA pb Powerbuilder
Date : 2025-07-16 Size : 40kb User : zsl

simple RSA crypt/decrypt
Date : 2025-07-16 Size : 6kb User : Ramazan

一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序-create a practical application using RSA algorithm that can encrypt and decrypt any file
Date : 2025-07-16 Size : 6kb User : 张丽

DL : 0
rsa decryption injava
Date : 2025-07-16 Size : 3kb User : sayan.maji

利用RSA CryptoserviceProvide类实现加密和解密数据-The use of RSA CryptoserviceProvide class encrypt and decrypt data
Date : 2025-07-16 Size : 36kb User : hl790

DL : 0
输入明文,用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.
Date : 2025-07-16 Size : 798kb User : 陌生初熏

分析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
Date : 2025-07-16 Size : 1020kb User : 张波

DL : 0
基于大数库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
Date : 2025-07-16 Size : 1.31mb User : hbhb

DL : 0
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
Date : 2025-07-16 Size : 8kb User : wahyu

DL : 0
Encrypt Decrypt RSA Algorithm In C-Encrypt Decrypt RSA Algorithm In CPP
Date : 2025-07-16 Size : 1kb User : Yogesh

利用RSA对大数进行加密和解密,同时对大数进行计算,如大数相加、相减、及相乘(Using RSA to encrypt and decrypt large numbers, and calculate the number of large numbers, such as adding, subtracting, and multiplying large numbers.)
Date : 2025-07-16 Size : 359kb User : lala_

DL : 0
随机生成两个大素数,并对文件进行加解密。(Generate two large prime numbers to decrypt files)
Date : 2025-07-16 Size : 3.93mb User : 爱妃平身爱卿平身

制作一个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)
Date : 2025-07-16 Size : 94kb User : SJJXZ
« 12 3 4 5 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.