CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - RSA c

搜索资源列表

  1. bmrsa11

    0下载:
  2. rsa realisation in c++ language
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:93358
    • 提供者:Goshow
  1. ktail

    0下载:
  2. 很多情况下,我们需要对信息进行加密。特别是随着Internet的飞速发展,加密技术就显得尤为重要。 目前比较流行的编码规则称为RSA,是由美国麻省理工学院的三位教授发明的。这种编码规则是基于一种求密去模算法的:对于给出的三个正整数a,b,c,计算a的b次方除以c的余数。 你的任务是编写一个程序计算a^b mod c, 并且1≤a,b<c≤32768。 -top secret
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:756
    • 提供者:lancy
  1. rsa

    0下载:
  2. 本程序主要用C实现了RSA算法。具体为输入数字进行RSA加密或解密。可根据自己要求做出适当修改。-C major with the procedures of the RSA algorithm realization. Specific figures for the importation of RSA encryption or decryption. May request in accordance with their amended as appropriate.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:120531
    • 提供者:zhujieli
  1. RSA

    0下载:
  2. 一些常用的c语言源代码,帮助初学者掌握c++的一些使用方法-Some common c language source code to help beginners master c++ some use
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:24865
    • 提供者:Smile
  1. RSAc

    0下载:
  2. WINDOWS C RSA 的具体实现 WINDOWS C RSA 的具体实现 -WINDOWS C RSA concrete realization
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:15041
    • 提供者:Colorado
  1. rsa_1024progrom

    0下载:
  2. 利用C语言实现RSA加密算法。备注;数据只能是大写字母组成的字符串。 加密的时候,输入Y,然后输入要加密的文本(大写字母) 解密的时候,输入N,然后输入一个整数n表示密文的个数,然后n个整数表示加密时候得到的密文。-C language implementation of the RSA encryption algorithm. Remarks data can only be a string of capital letters. Encrypted, enter Y, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:1024
    • 提供者:甘世富
  1. RSA

    0下载:
  2. C++代码实现对一段文字实现加密解密,而且运用了相关VB的知识,对项目进行了界面设计。-C++ code implements the encryption and decryption of the paragraph of text, but also the use of the VB knowledge about interface design project.
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:16004189
    • 提供者:邵磊
  1. RSA

    0下载:
  2. 四种加密算法之RSA源代码-C++ (包含一个头文件和一个cpp文件)-Four encryption algorithm RSA source code-C++ (including a header file and a cpp file)
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:6875
    • 提供者:wwwwww
  1. RSA

    0下载:
  2. 用C语言实现教科书式的RSA加密算法,无错版-C language textbook RSA encryption algorithm, error-free version
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:259677
    • 提供者:Echo Luo
  1. RSA

    0下载:
  2. RSA密码算法的C++实现(输入明文输出密码)-RSA cryptographic algorithm C++ achieved (outputs the input plaintext password)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:202090
    • 提供者:齐菁
  1. RSA

    0下载:
  2. RSA算法,输入公钥求解私钥,最后对明文进行加密,但是只是针对一个元素,计算机安全与保密作业,C语言-RSA algorithm for solving public input private key to encrypt the plaintext last, but only for one element, computer security and privacy operations, C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:778
    • 提供者:陈洁
  1. RSA_DES

    0下载:
  2. 用C++实现的DES加密算法和RSA加密算法,控制台显示,可同时查看明文和密文,可自主设置密钥-Using C++ DES encryption algorithm and RSA encryption algorithm, the console display can simultaneously view the plaintext and ciphertext can be independently set key
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4344431
    • 提供者:刘豫
  1. RSA-program

    0下载:
  2. 在VC平台上用c++实现的RSA加密解密算法-Implementation of RSA encryption algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1997858
    • 提供者:fu
  1. rsa

    0下载:
  2. a c program to implement the RSA decryption/encryption function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2718
    • 提供者:李想
  1. openssl_rsa_tool

    0下载:
  2. 基于openssl封装的c++ rsa加解密(C++ RSA encryption and decryption based on OpenSSL)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:23552
    • 提供者:soshan
  1. test

    0下载:
  2. 在使用RSA进行相应的加解密过程,用简单的c语言实现过程,仅供参考。(The corresponding encryption and decryption process can be carried out)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:456704
    • 提供者:LIICUN
  1. cuda-rsa4k-master

    0下载:
  2. RSA算法cuda并行优化实现(c语言版)(RSA algorithm CUDA parallel optimization (C language version))
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:16384
    • 提供者:z豪
  1. CUDA_Encryption-master

    0下载:
  2. 改进的RSA算法CUDA优化实现,C语言(Improved RSA algorithm CUDA optimization implementation, C language)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:z豪
  1. Rsa

    0下载:
  2. 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。(Encrypted Chat Tool Bas
  3. 所属分类:其他

    • 发布日期:2020-02-05
    • 文件大小:9216
    • 提供者:hwking
  1. RSA加解密和素性检验

    0下载:
  2. 1. rsa加密算法和rsa解密算法的c语言实现 2. 大素数检验 3. 自动生成p,q,e
  3. 所属分类:其他小程序

« 12 »
搜珍网 www.dssz.com