CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DECRYPT

搜索资源列表

  1. RSA

    0下载:
  2. 非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。 -Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3354132
    • 提供者:王同学
  1. KDC

    8下载:
  2. 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
  3. 所属分类:Java Develop

    • 发布日期:2015-10-19
    • 文件大小:2112512
    • 提供者:王同学
  1. InfoSecurity

    4下载:
  2. 完成分布式对称密钥分配 说明:作为通讯的双方A和B已经共享一个会话主密钥Km。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.txt); (3)基于网络完成密钥分配工作(作为通信的双方A、B应部署于两台主机上); (
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:15236
    • 提供者:王同学
  1. 3DES

    0下载:
  2. 使用C语言实现3DES加密算法 实现加密和解密-Using the C language 3DES encryption algorithm to encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3846
    • 提供者:liuxinran
  1. RSA-algorithm

    0下载:
  2. RSA算法是原理与实现,使用C语言实现RSA算法来进行加密和解密-RSA algorithm is the principle and implementation using C language RSA algorithm to encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:650419
    • 提供者:liuxinran
  1. elliptic-curve-algorithm

    0下载:
  2. 椭圆曲线算法的原理与实现,使用C语言实现椭圆曲线算法来进行加密和解密-Principle and Implementation of elliptic curve algorithm using C language elliptic curve algorithm to encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3281665
    • 提供者:liuxinran
  1. FirmwareDecrypter_v8.6

    0下载:
  2. encrypt and decrypt maincode : FirmwareDecrypter_v8.6
  3. 所属分类:Software Testing

    • 发布日期:2017-04-29
    • 文件大小:294717
    • 提供者:imed
  1. ALI360XTool

    0下载:
  2. ALI360X decrypt maincode-ALI360X decrypt maincode
  3. 所属分类:Software Testing

    • 发布日期:2017-03-23
    • 文件大小:241802
    • 提供者:imed
  1. Encrypt-and-Decrypt

    0下载:
  2. C++加密函数和解密函数的实现代码,及对这两个函数的用法示例。-The realization of C++ encryption and decryption function code function, and the two function usage examples.
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:3538
    • 提供者:李琪
  1. jiami

    0下载:
  2. 一种对文件加密解密的方法,适合初学者学习和使用-A kind of to decrypt the file encryption methods, suitable for beginners to learn and use
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:892
    • 提供者:田慧
  1. nvshen-

    0下载:
  2. 全国网络攻防大赛(XCTF)杭州首站赛(HCTF)比赛原题文件。找女神照片,压缩包为base64转换后得到,解密主要就是把base64加密后得重新解密出原图。有兴趣可以试试。-The national cyber security competition the first station in Hangzhou match the original title file. Find the goddess photos, compressed package is Base64 obtaine
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:234133
    • 提供者:lijixnin
  1. zigzag

    1下载:
  2. 用matlab实现了zigzag算法,实现功能:对任意维数的图片都都能进行加密和解密-Using matlab to achieve a zigzag algorithm functions: For any dimension pictures are able to encrypt and decrypt
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1829
    • 提供者:刘龙
  1. aes-encryption-samples

    0下载:
  2. This program about AES encrypt and decrypt standart. Its working project.-This is program about AES encrypt and decrypt standart. Its working project.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:10034
    • 提供者:ROman
  1. ROOT

    0下载:
  2. 基于openbts编写的JAVA程序,用于解密GSM信号实现解密短信的用途-Uses JAVA based openbts written procedures used to decrypt GSM signals achieve decrypt messages
  3. 所属分类:JavaScript

    • 发布日期:2017-05-31
    • 文件大小:12804834
    • 提供者:ghgfgh
  1. DESCRIPTION-PROCESS

    0下载:
  2. In this project we are making one cloud computing secure storage using networking concept, in this we have three modules-1.TPA(third party authentication),2.different cloud for using the services and 3.client to use the service cloud. We are going to
  3. 所属分类:Development Research

    • 发布日期:2017-03-30
    • 文件大小:8786
    • 提供者:vikalp sharma
  1. piaolingmima

    0下载:
  2. 飘零一键解密工具 飘零一键解密工具-Falling a key decryption tool wandering wandering a key decryption tool decrypt a key tool
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:478108
    • 提供者:爱迪生
  1. tidaimima

    0下载:
  2. 使用vc编写替代密码,熟悉古典加密解密及其算法-Using vc to write instead of password, familiar with the classical encryption to decrypt and its algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:1122
    • 提供者:杜英
  1. MD5jmjm

    0下载:
  2. md5解密加密好工具。免安装绿色软件,无病毒放心使用。-md5 decrypt the encrypted good tool. Free installation of green software, virus-free ease of use.
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:787735
    • 提供者:hky708
  1. RSA

    0下载:
  2. 非对称密码技术的实现 (1)公私钥生成函数,加密/解密函数; (2)利用公钥加密特定文件,并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。-Achieve asymmetric cryptographic techniques (1) The public and private key generation functions, encryption/decryption functions (2) the use of public key crypto
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6856
    • 提供者:江沐
  1. Crypt

    0下载:
  2. Function to crypt-decrypt texts in Delphi.
  3. 所属分类:Crypt_Decrypt algrithms

« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com