Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - RSA
Search - RSA - List
AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-A popular method of product validation is using keys similar to VJJJBX-H2BBCC-68CF7F-2BXD4R-3XP7FB-JDVQBC. These compact keys can be derived using Symmetric Key Cryptosystems such as the Advanced Encryption Standard (AES). Other Public Key Cryptosystems are available such as RSA. However, these systems generally produce larger keys (which the user will eventually have to enter into the program to unlock functionality). Smaller producing Cryptosystems exist, but it is the author s opinion that they are highly encumbered with patents. Quartz is one such example. It is a Public Key Encryption System that produces a smaller cipher text based on Hidden Field Equations (HFEs). The Quartz website is littered with phrases such as "must license" and "pay royalties". The reader is also encouraged to investigate Signature Schemes (with Recovery) as an alternative method to producing Product Keys. An example is PSS-R, a Message Recovery Signature Scheme based on RSA. PSS-R is not suitable fo
Update : 2024-05-14 Size : 768000 Publisher : harris

RSA实现数字签名算法 VC++实现,有图形化窗口-Digital Signature Algorithm to RSA
Update : 2024-05-14 Size : 1894400 Publisher : 于千

DL : 0
rsa c 代码 标准c语言实现 可以编译,可以运行
Update : 2024-05-14 Size : 24576 Publisher : lh

DL : 0
自己在进行RSA的学习时写的一个BigInt类,实现了一百二十八位数的整数(十六进制的位,不是二进制的bit)的基本运算。-During the study of RSA I wrote this BigInt class implements 128-digit integer (in hex, not binary bit) of the basic operations.
Update : 2024-05-14 Size : 90112 Publisher :

DL : 0
rsa encryption which ask a user input must me be uppercase letter-rsa encryption which ask a user input must me be uppercase letter..
Update : 2024-05-14 Size : 5120 Publisher : hilaeira

RSA的加密代码,含MFC界面,功能强大,可支持任意长度密钥。-RSA' s encryption code with MFC interface, powerful, can support an arbitrary length of the key.
Update : 2024-05-14 Size : 476160 Publisher : dynasty ding

对DES、RSA和序列密码三种典型的加密方法进行了叙述, 对于神经网络在序列密码的 研究进行了简要的介绍, 提出现代数字电子技术应该与密码学理论研究相互渗透、相互促进的基本思想。-Three classical encryption methods DES,RSA and stream ciphers are described.
Update : 2024-05-14 Size : 393216 Publisher : 郑骁鹏

DL : 0
Contains the algorithms and information required to design and implement RSA algorithm in VC++. Software is only for text data encryption and decryption.
Update : 2024-05-14 Size : 285696 Publisher : xadas

Test Rsa PKI Algorithm
Update : 2024-05-14 Size : 4096 Publisher : gsoul

DL : 0
these are libraries for implementation of rsa semmytric keys using pascal
Update : 2024-05-14 Size : 20480 Publisher : eyad

DL : 0
实现rsa加密解密过程,产生大素数,大素数的加减乘除。-Achieve rsa encryption and decryption process, resulting in large prime numbers, multiplication and division addition and subtraction of large prime numbers.
Update : 2024-05-14 Size : 271360 Publisher : 李忧若

应用密码学:协议、算法与C源程序 全书共分四个部分,首先定义了密码学的多个术语,介绍了密码学的发展及背景,描述了密码学从简单到复杂的各种协议,详细讨论了密码技术,并在此基础上列举了如DES、IDEA、RSA、DSA等10多个算法以及多个应用实例,并提供了算法的源代代码清单。 全书内容广博权威,具有极大的实用价值。自出版以来,得到业内专家的高度赞誉,是致力于密码学研究的专业及非专业人员一本难得的好书。-Applied Cryptography: Protocols, Algorithms and C source code book is divided into four parts, first of all define the various terms of cryptography, introduced the development of cryptography and background, describes cryptography from the simple to the complex variety of agreements, cryptographic techniques are discussed in detail, and on this basis, lists, such as DES, IDEA, RSA, DSA algorithm, as well as more than 10 instances of multiple applications and provides the algorithm' s source code for the list generation. Broad authority of the contents of the book has great practical value. Since the publication has received high praise from industry experts, is dedicated to the study of cryptography professional and non-professionals, a rare books.
Update : 2024-05-14 Size : 20429824 Publisher : cheng

DL : 0
RSA Encryption/Decryption
Update : 2024-05-14 Size : 1024 Publisher : nickk

DL : 0
RSA Example for Delphi 6.
Update : 2024-05-14 Size : 217088 Publisher : Vitos

一些常见的C#加密解密类(MD5,RSA,DES,RC2...)包装集合.-Some common encryption and decryption of C# class (MD5, RSA, DES, RC2 ...) packaging collection.
Update : 2024-05-14 Size : 35840 Publisher : 252

DL : 0
VC实现RSA加密,在MFC下运行实现,可用于PGP加密部分-RSA based on Visual C++
Update : 2024-05-14 Size : 2038784 Publisher : zhuchunxiao

DL : 0
rsa c++源码 可以实现简单的rsa算法的加解密-rsa c++ source
Update : 2024-05-14 Size : 124928 Publisher : 文风

DL : 0
rsa加密算法(PGP open source)-rsa encryption algorithm (PGP open source)
Update : 2024-05-14 Size : 4122624 Publisher : 罗明

DL : 0
用c++编写的RSA算法。从文件读入明文,并将密文写入指定文件。所有源文件齐备,测试通过。-C++ written with the RSA algorithm. Read from a file into the plaintext and ciphertext to write the specified file. All the source files available, the test.
Update : 2024-05-14 Size : 7168 Publisher : dong

DL : 0
A Java Implementation of the RSA Algorithm.
Update : 2024-05-14 Size : 102400 Publisher : mehdi dehghani
« 1 2 ... 44 45 46 47 48 4950 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.