登录
首页 » Delphi » RSA

RSA

于 2012-11-14 发布 文件大小:84KB
0 92
下载积分: 1 下载次数: 6

代码说明:

  RSA算法实列,delphi开发语言编写,点击“加密”、“解密”按钮即可完成加密解密(RSA algorithm implementation column, delphi development language writing, click on the " encryption" and " decryption" button to complete the encryption and decryption)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 在 c + + 中实现 RC4 算法
    首先,RC4算法生成一个“状态”,这开始为包含在订单值0-255的数组。然后该算法通过阵列迭代和周围交换的元素,基于所述键值。原始密钥然后可被丢弃,因为RC4只使用状态来创建一个伪随机密钥流,由算法选择的元素和吐出出来。密钥流的所述状态单靠额外的好处是,原来的密钥并不需要被保存在内存中。算法初始化状态。执行密钥调度算法(KSA)上的状态下,根据所输入的键(然后其可以被丢弃)。在算法选择(现炒)的状态,并将其输出作为密钥流元素。
    2023-04-10 10:30:03下载
    积分:1
  • one of example about hardware design language
    one of example about hardware design language
    2022-03-30 12:23:48下载
    积分:1
  • rsa
    rsa 实现代码,运用大数算法#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A)(#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A))
    2012-05-16 11:09:35下载
    积分:1
  • 软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数...
    软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数-simulation software CRC Redundancy Check, for any length of this sequence for 16 checksum, and to be able to receive sequence for the examination. The Chinese have detailed notes and simulation function
    2022-01-28 23:49:16下载
    积分:1
  • 字符串
    字符串加密 -String encrypted string encryption
    2022-03-23 03:00:47下载
    积分:1
  • SHA1
    SHA1安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)(SHA1 Secure Hash Algorithms are mainly applicable to Digital Signature Algorithms (DSA) defined in Digital Signature Standard DSS.)
    2020-12-05 20:29:22下载
    积分:1
  • Design a complete set of practical RSA file encryption solution to achieve a spe...
    设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows ... 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法-Design a complete set of practical RSA file encryption solution to achieve a specific encoding. Research on the RSA algorithm, starting from the conventional RSA algorithm, using C++ Realize RSA encryption algorithm class library, and 32 in the windows ... the use of VC types of documents prepared for the operation FileTool, has four main functions:// encryption files, input parameters for the file name using the BlowFish encryption algorithm
    2022-11-30 13:10:03下载
    积分:1
  • RSA realized, according to the article to achieve RSA algorithm
    RSA的实现,可以根据文章来实现RSA算法-RSA realized, according to the article to achieve RSA algorithm
    2022-03-19 08:56:40下载
    积分:1
  • DES
    通过DES加密算法原理,运用C++实现DES加密算法。(Based on the principle of DES encryption algorithm, the DES encryption algorithm is implemented with C++.)
    2020-06-18 18:40:01下载
    积分:1
  • des文件系统。
    des文件加密系统。-des document cryptographic system.
    2022-02-05 07:31:56下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载