码迷,mamicode.com
首页 >  
搜索关键字:encrypt    ( 663个结果
IEEE 802.11r-2008
IEEE 802.11r-2008 or fast BSS transition (FT), also called fast roaming, is an amendment to the IEEE 802.11 standard to permit continuous connectivity ...
分类:其他好文   时间:2019-01-03 16:43:53    阅读次数:231
c# word interop encrypt with password protect with password
public static void EncryptWithPassword(string unEncryptedWordPath, string password) { Word.Application wordApp = null; Word.Document document = null; ... ...
分类:Windows程序   时间:2019-01-01 18:52:30    阅读次数:238
PHP数据加密和解密
encrypt.php ...
分类:Web程序   时间:2018-12-30 22:18:00    阅读次数:254
php 加密解密函数封装
算法一: 算法二: 算法三: ...
分类:Web程序   时间:2018-12-29 13:38:58    阅读次数:371
阿里云CentOS安装PostgreSQL
在PostgreSQL官方文档:https://www.postgresql.org/download/linux/redhat/ 有选项和说明 1、检查有没安装:rpg -ga | grep postgresql 2、下载 从上述网址得到YUM地址,即在终端输入:yum install https ...
分类:数据库   时间:2018-12-28 23:41:20    阅读次数:1743
How to store your password for code
https://stackoverflow.com/questions/4155187/securing-a-password-in-source-code Don't store you password in your source code, store it in a protected s ...
分类:其他好文   时间:2018-12-25 18:09:36    阅读次数:146
将自己的IIS站点免费升级为Https
Let's Encrypt Let's Encrypt 是一个由Internet Security Research Group (互联网安全研究组)提供的免费,自动化和开放的证书颁发机构。 它秉承着 免费,自动化,安全,透明,开放的基本原则 面向社会提供服务. 并且截止到今年七月底已通过了Micr ...
分类:Web程序   时间:2018-12-25 01:00:24    阅读次数:249
网站由Http切换至Https-来点啤酒
申请证书 我们这里以freessl为例;这个网站有免费的证书;商业性质网站推荐使用付费的证书; 这里可以按需要选择;如果你解析了很多的子域名;如a.domain.com,b.domian.com;推荐使用Let's Encrypt V2 支持通配符;*.domain.com 这里填入邮箱;因为证书有 ...
分类:Web程序   时间:2018-12-21 22:40:58    阅读次数:230
letsencrypt证书-使用certbot申请wildcard证书
[TOC] 1. certbot安装 2. 认证方式 客户在申请 Let’s Encrypt 证书的时候,需要校验域名的所有权,证明操作者有权利为该域名申请证书,目前支持三种验证方式: 3. 运行命令 注意这里 最好写上,否则archerwong.cn将无法被信任,只有xxx.archerwong. ...
分类:其他好文   时间:2018-12-18 22:35:42    阅读次数:214
MD5加密的代码
/*将字符串转utf8 byte[]数组。*/ public class MD5Helper { public static string Encrypt(string str) { string encryptStr = string.Empty; MD5 md5 = MD5.Create(); ... ...
分类:其他好文   时间:2018-12-17 22:02:36    阅读次数:189
663条   上一页 1 ... 16 17 18 19 20 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!