登录
首页 » Unix_Linux » rsaeuro

rsaeuro

于 2020-10-26 发布 文件大小:194KB
0 332
下载积分: 1 下载次数: 119

代码说明:

  RSA加解密算法源码,linux下实现,支持1024密钥长度(RSA formula source code)

文件列表:

rsaeuro
.......\demo
.......\....\mdemo.c
.......\....\randemo.c
.......\....\redemo.c
.......\docs
.......\....\asm.inf
.......\....\bugs.txt
.......\....\htm" target=_blank>history
.......\....\licence.txt
.......\....\redemo.ps
.......\....\redemo.txt
.......\....\rsaeuro.asc
.......\....\rsaeuro.ps
.......\....\rsaread.me
.......\....\scripts.ps
.......\....\scripts.txt
.......\....\htm" target=_blank>todo
.......\install
.......\.......\msdos
.......\.......\.....\makefile.bcc
.......\.......\unix
.......\.......\....\makefile
.......\htm" target=_blank>readme
.......\scripts
.......\.......\1024-1.env
.......\.......\1024-1.iv
.......\.......\1024-1.key
.......\.......\1024-5.sig
.......\.......\1024.in
.......\.......\1024.key
.......\.......\508-1.env
.......\.......\508-1.iv
.......\.......\508-1.key
.......\.......\508-5.sig
.......\.......\508.in
.......\.......\508.key
.......\.......\512a.in
.......\.......\512a1.env
.......\.......\512a1.iv
.......\.......\512a1.key
.......\.......\512a1big.env
.......\.......\512a1big.iv
.......\.......\512a1big.key
.......\.......\512a2.env
.......\.......\512a2.iv
.......\.......\512a2.key
.......\.......\512a2.sig
.......\.......\512a3.env
.......\.......\512a3.iv
.......\.......\512a3.key
.......\.......\512a5.sig
.......\.......\512a5big.sig
.......\.......\512ax.env
.......\.......\512ax.iv
.......\.......\512ax.key
.......\.......\767-1.env
.......\.......\767-1.iv
.......\.......\767-1.key
.......\.......\767-5.sig
.......\.......\767.in
.......\.......\767.key
.......\.......\htm" target=_blank>bigfile
.......\.......\file
.......\source
.......\......\des.h
.......\......\des386.s
.......\......\desc.c
.......\......\global.h
.......\......\md2.h
.......\......\md2c.c
.......\......\md4.h
.......\......\md4c.c
.......\......\md5.h
.......\......\md5c.c
.......\......\nn.c
.......\......\nn.h
.......\......\prime.c
.......\......\prime.h
.......\......\rsa.c
.......\......\rsa.h
.......\......\rsa386.s
.......\......\rsa68k.s
.......\......\rsaeuro.h
.......\......\rsaref.h
.......\......\rsasparc.s
.......\......\r_dh.c
.......\......\r_encode.c
.......\......\r_enhanc.c
.......\......\r_keygen.c
.......\......\r_random.c
.......\......\r_random.h
.......\......\r_stdlib.c
.......\......\shs.h
.......\......\shsc.c
.......\......\targets.mak

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

发表评论

0 个回复

  • This code is for encrypt a String using Vignere method.
    This code is for encrypt a String using Vignere method.
    2023-02-14 03:25:02下载
    积分:1
  • 关于IDEA算法的一个小程序
    关于IDEA算法的一个小程序-IDEA algorithm on a small program
    2022-11-30 04:10:04下载
    积分:1
  • 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是...
    多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
    2022-03-13 06:04:47下载
    积分:1
  • DES_3DES
    DES算法是这样工作的:如Mode为加密,则用Key 去把数据Data进行加密, 生成Data的密码形式(64位)作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式(64位)作为DES的输出结果。在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据(如PIN、MAC等)在公共通信网中传输的安全性和可靠性。   通过定期在通信网络的源端和目的端同时改用新的Key,便能更进一步提高数据的保密性,这正是现在金融交易 网络的流行做法。 下面是DES原理及实现步骤,以及VC++关于DES加密解密的详细源程序(Complete source code, calling process, detailed explanation of the principle)
    2020-06-19 20:20:01下载
    积分:1
  • NAME: gmfsk VERSION: 0.6 RELEASE: 1 SUMMARY: Gnome MFSK, RTTY, THROB, PSK3...
    NAME: gmfsk VERSION: 0.6 RELEASE: 1 SUMMARY: Gnome MFSK, RTTY, THROB, PSK31, MT63 and HELLSCHREIBER terminal DISTRIBUTION: OH2BNS VENDOR: OH2BNS LICENSE: GPL PACKAGER: Tomi Manninen GROUP: Applications/Communications OS: linux ARCH: i386 SOURCE RPM: gmfsk-0.6-1.src.rpm DESCRIPTION: gMFSK is a terminal program for MFSK, RTTY, THROB, PSK31, MT63 and HELLSCHREIBER. -NAME: gmfsk VERSION: 0.6 RELEASE: 1 SUMMARY: Gnome MFSK, RTTY, THROB, PSK31, MT63 and HELLSCHREIBER terminal DISTRIBUTION: OH2BNS VENDOR: OH2BNS LICENSE: GPL PACKAGER: Tomi Manninen GROUP: Applications/Communications OS: linux ARCH: i386 SOURCE RPM: gmfsk-0.6-1.src.rpm DESCRIPTION: gMFSK is a terminal program for MFSK, RTTY, THROB, PSK31, MT63 and HELLSCHREIBER.
    2023-08-21 12:00:04下载
    积分:1
  • openssl-rsa
    OpenSSL的RSA算法应用举例。是用VC写的,有实用价值。(RSA algorithm of OpenSSL is used and given an example. Written with VC, there is practical value. )
    2005-07-04 09:55:06下载
    积分:1
  • MD5散列函数的MATLAB代码
    说明:  利用散列哈希函数对信息进行散列,产生一个定长的信息摘要,从而可实现消息的认证和完整性验证(Hash function is used to hash information to produce a certain length of information summary, which can realize message authentication and integrity verification.)
    2019-01-02 15:39:03下载
    积分:1
  • 2022-06-27 03:44:25下载
    积分:1
  • oversampling_echo_gen
    天气雷达回波产生 这个代码是自己编的 我用过没什么问题(Weather radar echo generated for this code is its own no problem, I used)
    2009-04-15 14:29:31下载
    积分:1
  • chaos-encrypt
    用Visual c++实现数字图像迭代混沌加密(Using Visual c++ Realize digital image iterative chaotic encryption)
    2021-04-07 20:09:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载