
互联网安全
lietobrain
强者横强
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
啊~ 修改gitlab本地文件权限导致不能push、pull!千古罪人
1. 问题描述 啊~ 修改gitlab本地文件权限导致不能push、pull!千古罪人,整个团队代码提交停滞0.5h,还好解决了 Connection reset by 192.xxx.xx.xx port 8222 fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. GitLab: API is not ac原创 2020-10-09 23:53:39 · 2214 阅读 · 0 评论 -
PKI-密钥对/jks/证书的相关操作(keytool、openSSL)
title: 密钥对的相关操作(keytool、openSSL) date: 2018-10-25 10:01:32 tags: 密码学 cacerts 概念 cacerts:trusted certificate authority (CA) certificates The cacerts file is a collection of trusted certificate aut...原创 2020-04-16 06:38:43 · 591 阅读 · 0 评论 -
互联网安全—API 安全概述
API 安全 申明:本笔记引用了https://coding.imooc.com/class/379.html 的一些内容,并结合自己的理解与思考,欢迎指正。 1. 概念 1.1 什么是api安全 Api是系统提供服务的接口,外部(web、mobile、server等)请求api,经过一些业务逻辑后,返回响应。api安全主要涉及网络安全、应用安全、信息安全。 1.1.1 API 安全目标 AP...原创 2019-12-07 23:27:52 · 886 阅读 · 0 评论