CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - rsa加密解密

搜索资源列表

  1. xor

    0下载:
  2. RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8636
    • 提供者:
  1. 经典rsa

    0下载:
  2. 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)   但在其它机子上
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3766
    • 提供者:
  1. 300

    0下载:
  2. 300种加密解密算法.包含RSA、SHA、MD5、RC2、RC5、RC6等等。-300 encryption and decryption algorithms. Includes RSA, SHA, MD5, RC2, RC5, RC6, and so on.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:334440
    • 提供者:snail
  1. rsa

    0下载:
  2. 关于RSA的算法源代码 具体就是很简单的加密与解密-On the RSA algorithm for concrete source code is very simple encryption and decryption
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1166
    • 提供者:domn
  1. rsa

    1下载:
  2. 能够用matlab实现RSA算法中加密解密的功能,产生的密钥为1024位,计算速度快。-Matlab able to achieve the RSA algorithm for encryption and decryption functions, have a key for 1024, the calculation speed.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:11959
    • 提供者:鲍茂然
  1. RSA-Encode-and-Decode

    0下载:
  2. 本软件利用matlab开发的一个具有交互界面的软件,主要功能为RSA的加密、解密功能,简单易懂,富有详细代码-This software is developed using a matlab interface software, the main function for the RSA encryption and decryption functions, easy to understand, full of detailed code
  3. 所属分类:matlab

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

    0下载:
  2. 基于matlab 加密解密 RSA 密钥产生-RSA-based encryption and decryption key generation matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:6684
    • 提供者:王倩
  1. MATLABRSA

    1下载:
  2. 基于matlab平台的RSA加密与解密,其中n和e默认-matlab RSA encryption and decryption, n and e default
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:18636
    • 提供者:wenny
  1. shujuks1

    0下载:
  2. 实现大数运算,并且实现RSA加密和解密,系统功能完善,可直接运行。-big data computuring & RSA
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:33341
    • 提供者:王峰
  1. RSADES

    0下载:
  2. DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明-   Void SetKey(const char* Key, int len)    {     Memset(deskey,0,16)     Memcpy(deskey,key,len>16?16:len)     SetSubKey(&SubKey[0],&deskey[0])     Is3DES = len
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:131314
    • 提供者:何旭
  1. RSA

    1下载:
  2. RSA加密算法的实现,支持任意字符串的加密解密操作-Implement RSA encryption algorithm, encryption and decryption support any string
  3. 所属分类:matlab

    • 发布日期:2016-09-08
    • 文件大小:1024
    • 提供者:赵帅
  1. rsa-master

    0下载:
  2. 纯净的RSA源代码,用于加密解密,c language-rsa source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1471624
    • 提供者:梁雨枫
  1. Encryption

    0下载:
  2. RC4和RSA的加密解密类,经过封装,调用简单,包含文档说明、源码、编译成lib的方案-Encrypt and Decrypt with RC4 and RSA, easy to use, include doc, source code, and lib project
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:78920
    • 提供者:jh
  1. rsa

    0下载:
  2. 非对称的加密算法RSA的matlab实现,包含加密函数和解密函数,功能齐全!-The asymmetric encryption algorithm RSA,it contains encryption function and decryption function.
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:胡刚
  1. RSA加密算法

    1下载:
  2. 可使用RSA加密算法对明文进行加密和解密(RSA encryption algorithm can be used to encrypt and decrypt plaintext.)
  3. 所属分类:数据结构

    • 发布日期:2018-10-28
    • 文件大小:1024
    • 提供者:kang2018
搜珍网 www.dssz.com