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

搜索资源列表

  1. CSharp[AESEncryptDecrypt]

    0下载:
  2. C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:86614
    • 提供者:卓然
  1. Encode

    0下载:
  2. 使用3DES自动加密的WebService,用于随时随地获取存储的帐号,密钥信息-Automatically encrypted using the 3DES WebService, account for anytime, anywhere access to storage, the key information
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:5624
    • 提供者:wuxiao
  1. SafeTrans

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。 模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。 -The use of RSA and DES is based on two algorithms, Design and Implementation of a simple model of network trans
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:650182
    • 提供者:qzhirong
  1. SCode

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密,如果Mode为加密,则用Key去把数据Data进行加密,生成Data的密码形式作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式作为DES的输出结果。在使用DES时,双方预先约定使用的”密码”即Key,然后用Key去加密数据;接收方
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:85972
    • 提供者:daijie
  1. KeyManagement

    0下载:
  2. tinyos密钥管理组件 用在tinyos仿真里的-tinyos key management components used in simulation in the tinyos
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:23217
    • 提供者:wads
  1. AES

    0下载:
  2. AES是分组密钥,算法输入128位数据,密钥长度也是128位。-AES is a sub-key, 128-bit data input algorithm, key length is 128.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:730926
    • 提供者:huhanzhong
  1. FileEncryptionAndDecryption

    0下载:
  2. C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:27979
    • 提供者:赵世玉
  1. aes

    0下载:
  2. 一个aes加密的小程序,可以对文本进行加密,密钥可随机生成,供大家参考借鉴-Aes encrypt a small program, you can encrypt the text, the key can be randomly generated for your reference
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:183567
    • 提供者:zhang
  1. RSAcodeformfc

    1下载:
  2. RSA的加密代码,含MFC界面,功能强大,可支持任意长度密钥。-RSA' s encryption code with MFC interface, powerful, can support an arbitrary length of the key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:476354
    • 提供者:dynasty ding
  1. aronld

    0下载:
  2. 把一幅图像置乱,相当于加密,然后用相同的密钥再反置乱还原回原始图像。-To an image scrambling, which is equivalent encryption, and then use the same key again to restore the anti-scrambling back to the original image.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:2299
    • 提供者:赵鹏君
  1. EncryptedTcp

    0下载:
  2. 利用同步TCP传递会话数据,包含客户端和服务器端,使用不对称加密算法加密对称加密算法的密钥,使用对称算法加密会话信息-The use of simultaneous TCP transfer session data, including client and server side, using an asymmetric encryption algorithm to encrypt the symmetric key encryption algorithm, using symmetri
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:95237
    • 提供者:hl790
  1. 20040615

    0下载:
  2. 针对基于IBC的无线Ad hoc网络中的密钥管理存在的安全威胁,本文在分析所有节点均可以移动的无线网络组通信安全需求的基础上提出了分层的分布式组密钥管理框架。-For the IBC-based wireless Ad hoc network security threats exist in key management, this paper analysis of all nodes can be mobile wireless network group communication ba
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:310609
    • 提供者:张伟
  1. 20060428

    0下载:
  2. 提出了一个新的强壮的密钥管理方案。该方案利用秘钥生成中心(KGC)与秘钥因子组合中心(KGCC)共同完成秘钥托管与秘钥的生成-Proposed a new strong key management program. The program draws on secret key generation center (KGC) and the secret key factors and Fabrication Center (KGCC) co-hosted with the secret ke
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:194583
    • 提供者:张伟
  1. DesFile

    0下载:
  2. DES加密文件系统,可以对字符串加密,也可以对整个文件进行加密,8位密钥-DES encrypted file system, can string encryption can also encrypt the entire file, 8-bit key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:62408
    • 提供者:liguolong
  1. LKH

    1下载:
  2. 用于密钥管理中的排队论中,能够体现出那个参与者先出数列和那个后出数列。-For key management in the queue theory, be able to demonstrate that participants in the series and the first after the series.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1468
    • 提供者:duzhenzhen
  1. bishiguanli

    0下载:
  2. 密钥的管理,管理学的新发现,具有参考价值-Key management, management of the new findings, with reference
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:253027
    • 提供者:ruyi
  1. wsn

    0下载:
  2. 无线传感器网络密钥安全方案的论文 无线传感器网络密钥管理-a paper about wsn a paper about wsn a paper about wsn
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:479783
    • 提供者:江聪
  1. Design-of-Secure-Multicast-Key-Management

    0下载:
  2. 安全多播密钥管理的一片很好的文献,供大家一块儿学习-Design-of-Secure-Multicast-Key-Management
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:83429
    • 提供者:wolf
  1. Crypto

    0下载:
  2. 采用RSA进行加密,支持密钥生成,加密,解密。-encrypt data using RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:26728
    • 提供者:lihox
  1. PassWordKey

    0下载:
  2. C#字符串加密工具,可以选择不同的密钥文字-C# string encryption tool, you can choose different key words
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:55232
    • 提供者:gyxpower
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com