码迷,mamicode.com
首页 >  
搜索关键字:secure    ( 2824个结果
imperva 非交互式导入导出配置
非交互使用模式full_expimp.sh可以导出/导入手动使用交互式CLI 在root的命令行下执行: 例子:导出:# full_expimp.sh --operation=1 --pwd=密码 --dmpfile=/tmp/dump导入:#full_expimp.sh --operation=2 ...
分类:其他好文   时间:2018-09-03 02:28:27    阅读次数:283
java算法----------常用的加密算法
散列算法(单向散列,不可逆) MD5(Message Digest Algorithm 5) SHA(Secure Hash Algorithm) 对称加密(加密解密使用同一密钥,速度快) DES 3DES AES 非对称加密(公钥加密,私钥解密,可以签名,更安全) RSA ECC ...
分类:编程语言   时间:2018-09-02 17:17:51    阅读次数:201
SHA-1
SHA-1(英语:Secure Hash Algorithm 1,中文名:安全散列算法1)是一种密码散列函数,美国国家安全局设计,并由美国国家标准技术研究所(NIST)发布为联邦数据处理标准(FIPS)。SHA-1可以生成一个被称为消息摘要的160位(20字节)散列值,散列值通常的呈现形式为40个十 ...
分类:其他好文   时间:2018-09-01 22:03:28    阅读次数:165
SSH
SSH即安全外壳 Secure Shell(SSH)是一种加密 网络协议,用于在不安全的网络上安全地运行网络服务。[1] SSH的标准TCP端口是22.最着名的示例应用程序是用户远程登录到计算机系统。 SSH 在客户端 - 服务器体系结构中通过不安全的网络提供安全通道,将SSH客户端应用程序与SSH ...
分类:其他好文   时间:2018-09-01 21:52:34    阅读次数:202
MYSQL导入数据出现The MySQL server is running with the --secure-file-priv
MYSQL导入数据出现The MySQL server is running with the --secure-file-priv option so it cannot execute this statement 方法一: 这个原因其实很简单,是因为在安装MySQL的时候限制了导入与导出的目录 ...
分类:数据库   时间:2018-08-30 16:50:38    阅读次数:410
What is the best way to memorize or remember what you study/read?
What is the best way to memorize or remember what you study/read? Rohit Malshe, Chem Engineer, Programmer, Amazon research scientist Updated Feb 15, 2 ...
分类:其他好文   时间:2018-08-28 22:03:59    阅读次数:227
Vault 0.11 新特性抢鲜看: Valut Agent
This post will focus on?**Vault Agent**: a new feature in all versions of Vault that manages the process of secure introduction and the management of tokens for accessing dynamic secrets.
分类:其他好文   时间:2018-08-28 18:53:33    阅读次数:187
python使用requests时报错requests.exceptions.SSLError: HTTPSConnectionPool
requests.exceptions.SSLError: HTTPSConnectionPool(host='www.baidu.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, u' ...
分类:编程语言   时间:2018-08-26 10:25:34    阅读次数:267
python 爬虫基础知识(继续补充)
学了这么久爬虫,今天整理一下相关知识点,还会继续更新 HTTP和HTTPS HTTP协议(HyperText Transfer Protocol,超文本传输协议):是一种发布和接收 HTML页面的方法。 HTTPS(Hypertext Transfer Protocol over Secure So ...
分类:编程语言   时间:2018-08-23 20:58:51    阅读次数:243
创建gitlab ssh 密钥
SSH代表用于管理网络,操作系统和配置的Secure Shell或Secure Socket Shell,并且每次都不需要使用用户名和密码即可验证GitLab服务器。 您可以设置SSH密钥以提供计算机与GitLab之间的可靠连接。 在生成ssh keygen之前,您需要在系统中安装Git。 创建SS ...
分类:其他好文   时间:2018-08-23 19:33:49    阅读次数:157
2824条   上一页 1 ... 76 77 78 79 80 ... 283 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!