Github To stop having to change configuration settings in production code and to stop secure information like usernames and password being stored in s ...
分类:
移动开发 时间:
2018-07-11 19:47:04
阅读次数:
179
缺陷管理,对问题的持续跟踪!redmine很棒的基于ruby开发 Redmine部署架构 mysql+nginx+ruby+redmine 3.4.x 部署环境 centos 6.5 x64redmine-3.4.6.tar.gzhttp://www.redmine.org/releases/red ...
分类:
其他好文 时间:
2018-07-10 00:38:50
阅读次数:
1021
有些时候我们在用IDEA安装plugins的时候,会因为各种原因搜索不到想要的依赖,或者搜索到却无法安装,针对这个问题,现在这里有两种方法可以尝试一下。 第一种: 找到settings->system settings->updata下面的Use secure Connetion去掉。 第二种: 如 ...
分类:
其他好文 时间:
2018-07-09 20:11:42
阅读次数:
379
以下来源于百度百科 https://baike.baidu.com/item/ssh/10407?fr=aladdin SSH 为 Secure Shell 的缩写,由 IETF 的网络小组(Network Working Group)所制定;SSH 为建立在应用层基础上的安全协议。SSH 是目前较 ...
分类:
其他好文 时间:
2018-07-07 20:10:43
阅读次数:
197
一、安装MariaDB1、安装$yum-yinstallmariadbmariadb-server2、启动MariaDB$systemctlstartmariadb3、设置开机启动$systemctlenablemariadb4、配置安全策略$mysql_secure_installation首先设置密码,会提示先输入密码Entercurrentpasswordforroot(enterforno
分类:
数据库 时间:
2018-07-06 18:58:33
阅读次数:
235
ASP.Net Core contains an Antiforgery package that can be used to secure your application against CSRF. This article will demonstrate how to use Antifo... ...
分类:
Web程序 时间:
2018-07-06 14:20:58
阅读次数:
214
架构层次 HTTPS(全称:Hypertext Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,简单讲是HTTP的安全版。即HTTP下加入SSL层,HTTPS的安全基础是SSL。 SSL(Secure Sockets Layer ...
分类:
Web程序 时间:
2018-07-06 01:48:07
阅读次数:
321
SSL/TLS/WTLS原理作者:yawl < yawl@nsfocus.com >主页:http://www.nsfocus.com日期:2001-02-19一 前言首先要澄清一下名字的混淆:1 SSL(Secure Socket Layer)是netscape公司设计的主要用于web的安全传输协 ...
分类:
其他好文 时间:
2018-07-05 23:39:28
阅读次数:
166
许久没有写博客了,有些惶恐地打开这个再熟悉不过的编辑器。 场景:要对一个涉及到敏感数据(账号、密码)的接口进行加密后返回 由于之前没有相关的经验,所以先在网上搜罗了一阵,这篇博客不错https://www.cnblogs.com/codeon/p/6123863.html给了我一些思路和启发。 先来 ...
ssh总结 Secure Shell Protocal 客户端: 在window上是xshell等这些,有sftp。 在Linux上,就是ssh help,ssh就是linu下的客户端,除了sftp还有一个scp。 /etc/init.d/sshd status ls /lib/systemd/sy ...
分类:
其他好文 时间:
2018-07-05 17:26:08
阅读次数:
180