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

搜索资源列表

  1. PHPWind_GBK_4.3.2

    0下载:
  2. PHPWind 是一套采用 php+mysql 数据库 方式运行并可生成 html 页面的全新且完善的强大系统. 可生成 html 页面的全新且完善的强大系统,除了具备多重子版块.和后台用户组权限可以自由组合外, 还具备分版块控制生成html页面、可选用的所见即所得编辑器、防止图片和附件防盗链、多附件上传下载、输入图片URL直接显示图片、版块主题分类、版块积分控制与版块内的用户组权限控制、主题与回复审核功能、自定义积分与自定义等级提升系统、论坛用户宣传接口、帖子加密隐藏出售等一些特色功能,从而减
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.76mb
    • 提供者:necho
  1. 11

    9下载:
  2. 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-25
    • 文件大小:69.64kb
    • 提供者:熊龙生
  1. Anti_Cracking_Techniques

    0下载:
  2. This code allows you to protect your program via my latest anti-cracking techniques. It generates a user code based on information stored inside the users computer this code is unique to that users computer. It then uses a triple-encrypted password
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:10.34kb
    • 提供者:thangbom40000
  1. NordicEdge_HOTP_MSDotNET_API

    0下载:
  2. The necorelib.dll library generates one-time passwords based on the HOTP algorithm described by the RFC 4226: http://www.ietf.org/rfc/rfc4226.txt (also known as OATH) The library supports multiple separated shared secrets (aka. symmetric encryp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:711.63kb
    • 提供者:Crozlund
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1.05mb
    • 提供者:张希行
  1. filetest

    0下载:
  2. C++实现用图片对文档的加密解密以及生成文件和程序的注册及关联。路径改编后会自动关联-C++, with a picture of the document encryption and decryption, and generates documents and procedures for the registration and related. After the path is automatically associated with adaptation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:31.02kb
    • 提供者:黄炳快
  1. Random

    0下载:
  2. 随机数生成,先用random函数生成一个随机数,再通过DES加密算法对生成的随机数进行加密,增加随机性-Random number generation, first with the random function generates a random number, and then through the DES encryption algorithm to encrypt the random number generated to increase the randomness
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.61mb
    • 提供者:崔哥
  1. rsa

    0下载:
  2. 用JAVA编写的一个加解密程序,可自动生成公钥、私钥-Prepared using JAVA encryption and decryption of a program that automatically generates a public key, private key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:55.05kb
    • 提供者:ren
  1. Registrar

    0下载:
  2. 生成序号号与系统加密的源码,里面有序列号生成工具,解密工具,VC6.0-Serial number and the system generates the source code for encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:78.21kb
    • 提供者:qwq
  1. security-chats

    0下载:
  2. 用java写的,网络安全聊天,用des加密聊天内容、用rsa加密进行对消息摘要进行签名、用md5对消息生成摘要等等。-Written using java, network security, chat, chat with des encryption, rsa encryption used to sign the message digest using md5 generates a summary of the news and so on.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:41.29kb
    • 提供者:freeson
  1. PGP

    0下载:
  2. 本程序模拟软件PGP的部分基本原理,主要利用RSA模拟实现PGP中加解密实现。本程序编程实现RSA中随机产生大素数及通信双方加解密实现保密功能。-The program to simulate some of the basic principles of software PGP, PGP key used in RSA encryption and decryption simulation to achieve realization. This program generates ran
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4.6kb
    • 提供者:厉楠楠
  1. Random-encryption-program

    0下载:
  2. 随机加密程序,对文件进行随机加密的处理,源文件进行加密生成加密文件-The random encryption program, random encrypted file, the source file encryption generates an encrypted file
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:516byte
    • 提供者:ffhe
  1. KG

    0下载:
  2. 序列密码 内含4个部分 流密码生成 对文件加解密-Sequence password contains four parts of the stream cipher generates a file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:220.87kb
    • 提供者:王璐
  1. One-time_p

    0下载:
  2. Delphi.Generates secure encryption of any text file.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-12-02
    • 文件大小:25.74kb
    • 提供者:id22xx
  1. RSA

    0下载:
  2. 基于RSA的文件加解密系统,系统生成随机公私钥对,对指定文件加解密,并以文件形式保存-RSA-based file encryption and decryption system, the system generates a random public and private key pairs for the specified file encryption and decryption, and saved as a file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-23
    • 文件大小:3.63mb
    • 提供者:yu
  1. mail

    0下载:
  2. PHP邮箱找回密码功能开发 功能开发思路: 使用163邮箱做代发邮件,设置字符集格式 1、用时间戳判断连接是否有效性 2、随机生成随机数,存储数据库 3、生成随机数+MD5加密+定义字符 作为KEY 并存数据库 4、连接验证 匹配随机数和KEY码 5、接下来 我就不多说了。-PHP development features mailboxes Retrieve password feature development ideas: Use 163 mailbox
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:28.61kb
    • 提供者:skyyw
  1. CipherMaker-v1.0

    0下载:
  2. Cipher Maker是一款在线生成密码并加密的ASP.NET密码生成器,无控件,开源程序,无需安装,只需上传文件到服务器即可。注意需要.net Framework 2.0环境,请事先安装上。支持在线生成16位、32位MD5密码,可使用用哈希算法加密,同时还内置了密码字符串大小写转换工具,后续版本将推出用户登录功能。-Cipher Maker is an online ASP.NET generates a password and encrypted password generator,
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:122.47kb
    • 提供者:tpudn64
  1. Encryption

    0下载:
  2. This function takes a 16-, 24-, or 32-byte key and generates the RC6 key schedule in array S.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1.98kb
    • 提供者:闯黄扣分
  1. Encryption

    0下载:
  2. This function takes a 16-, 24-, or 32-byte key and generates the RC6 key schedule in array S.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2.07kb
    • 提供者:sionWe
  1. WindowsApplication2

    0下载:
  2. A program that generates encryption. There was a lot of errors and there was a duplicate process.
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:114kb
    • 提供者:limchoice
« 12 »
搜珍网 www.dssz.com