搜索资源列表
-
0下载:
PHPWind 是一套采用 php+mysql 数据库 方式运行并可生成 html 页面的全新且完善的强大系统. 可生成 html 页面的全新且完善的强大系统,除了具备多重子版块.和后台用户组权限可以自由组合外, 还具备分版块控制生成html页面、可选用的所见即所得编辑器、防止图片和附件防盗链、多附件上传下载、输入图片URL直接显示图片、版块主题分类、版块积分控制与版块内的用户组权限控制、主题与回复审核功能、自定义积分与自定义等级提升系统、论坛用户宣传接口、帖子加密隐藏出售等一些特色功能,从而减
-
-
9下载:
完成基于公钥证书的非对称密钥分配工作
说明:
(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在本地用自己的
-
-
0下载:
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
-
-
0下载:
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下载:
写了一个文件加解密工具(VC9+OPENSSL)
CA程序:
生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。
加密:
将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
-
-
0下载:
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
-
-
0下载:
随机数生成,先用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
-
-
0下载:
用JAVA编写的一个加解密程序,可自动生成公钥、私钥-Prepared using JAVA encryption and decryption of a program that automatically generates a public key, private key
-
-
0下载:
生成序号号与系统加密的源码,里面有序列号生成工具,解密工具,VC6.0-Serial number and the system generates the source code for encryption
-
-
0下载:
用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.
-
-
0下载:
本程序模拟软件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
-
-
0下载:
随机加密程序,对文件进行随机加密的处理,源文件进行加密生成加密文件-The random encryption program, random encrypted file, the source file encryption generates an encrypted file
-
-
0下载:
序列密码 内含4个部分 流密码生成 对文件加解密-Sequence password contains four parts of the stream cipher generates a file encryption and decryption
-
-
0下载:
Delphi.Generates secure encryption of any text file.
-
-
0下载:
基于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
-
-
0下载:
PHP邮箱找回密码功能开发
功能开发思路:
使用163邮箱做代发邮件,设置字符集格式
1、用时间戳判断连接是否有效性
2、随机生成随机数,存储数据库
3、生成随机数+MD5加密+定义字符 作为KEY 并存数据库
4、连接验证 匹配随机数和KEY码
5、接下来 我就不多说了。-PHP development features mailboxes Retrieve password feature development ideas: Use 163 mailbox
-
-
0下载:
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,
-
-
0下载:
This function takes a 16-, 24-, or 32-byte key and generates the RC6 key schedule in array S.
-
-
0下载:
This function takes a 16-, 24-, or 32-byte key and generates the RC6 key schedule in array S.
-
-
0下载:
A program that generates encryption. There was a lot of errors and there was a duplicate process.
-