########https#######1.https定义HypertexttransferprotocoloverSecuresockerlayer通过ssl如果加密的通信非常重要,而经过验证的身份不重要,管理员可以通过生成self-signedcertificate来避免与认证机构进行交互所带来的复杂性。使用genkey实用程序(通过crypto-utils软件包分发),..
分类:
Web程序 时间:
2017-05-17 15:19:15
阅读次数:
244
Node.js v0.10.31API手冊-文件夹 加密(Crypto) 使用 require('crypto') 来调用该模块。 crypto模块提供在HTTPS或HTTP连接中封装安全凭证的方法。 它提供OpenSSL中的一系列哈希方法,包含hmac、cipher、decipher、签名和验证等 ...
连接(connect)类型BIO 依据openssl doc\crypto\bio_s_connect.pod翻译和自己的理解写成 (作者:DragonKing, Mail: wzhah@263.net ,公布于:http://gdwzh.126.com之o penssl专业论坛) 该类型的BIO封 ...
分类:
其他好文 时间:
2017-05-11 18:28:36
阅读次数:
225
文件描写叙述符(fd)类型BIO 依据openssl doc\crypto\bio_s_fd.pod翻译和自己的理解写成 (作者:DragonKing Mailwzhah@263.net 公布于:httpgdwzh.126.com之openssl专 业论坛) 文件描写叙述符类型BIO也是一个sour ...
分类:
其他好文 时间:
2017-05-07 19:58:43
阅读次数:
250
当使用pip install或者pip install --upgrade报错 Can't roll back cryptography; was not uninstalled 可以进行以下的尝试: 之后再继续php install ...
分类:
其他好文 时间:
2017-05-06 20:51:50
阅读次数:
1547
Cipher类型BIO 依据openssl doc\crypto\bio_f_cipher.pod翻译和自己的理解写成 (作者:DragonKing, Mail: wzhah@263.net ,公布于:http://gdwzh.126.com之o penssl专业论坛) 该类型为过滤(filter) ...
分类:
其他好文 时间:
2017-05-06 14:10:30
阅读次数:
201
1 package token 2 3 import ( 4 "crypto/md5" 5 "fmt" 6 "io" 7 "math/rand" 8 "sync" 9 "time" 10 ) 11 12 type User struct { 13 ID string 14 Timer *time.T ...
分类:
Web程序 时间:
2017-05-06 13:23:33
阅读次数:
290
BIO对的创建和应用 依据openssl doc/crypto/bio/bio_new_bio_pair.pod翻译和自己的理解写成 (作者:DragonKing Mail:wzhah@263.net 公布于:http://gdwzh.126.com之open ssl专业论坛) BIO对是BIO中专 ...
分类:
其他好文 时间:
2017-05-06 13:19:16
阅读次数:
198
openssl之EVP系列之11 EVP_Verify系列函数介绍 依据openssl doc/crypto/EVP_VerifyInit.pod翻译和自己的理解写成 (作者:DragonKing, Mail: wzhah@263.net ,公布于:http://openssl.126.com之op ...
分类:
其他好文 时间:
2017-05-01 13:35:06
阅读次数:
146
/* hash.js */ var crypto = require('crypto'); module.exports = function(){ this.encode = function(){ var algorithm = arguments[0] ? arguments[0] : '' ...
分类:
其他好文 时间:
2017-04-29 21:00:18
阅读次数:
172