上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 126 下一页
摘要: 摘自:https://www.cnblogs.com/yuguangyuan/p/9439225.html popen可以是系统命令,也可以是自己写的程序a.out。 假如a.out就是打印 “hello world“ 在代码中,想获取什么,都可以通过popen获取。 比如获取ls的信息, 比如获取 阅读全文
posted @ 2020-03-21 18:35 LiuYanYGZ 阅读(405) 评论(0) 推荐(0)
摘要: #include <string.h> #include <openssl/rsa.h> #include <openssl/pem.h> #include <openssl/err.h> #include <openssl/sha.h> #include <openssl/crypto.h> /* 阅读全文
posted @ 2020-03-21 18:26 LiuYanYGZ 阅读(1857) 评论(0) 推荐(0)
摘要: 1.签名 #include <string.h> #include <openssl/rsa.h> #include <openssl/pem.h> #include <openssl/err.h> #include <openssl/sha.h> #include <openssl/crypto. 阅读全文
posted @ 2020-03-21 17:47 LiuYanYGZ 阅读(3578) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-21 00:53 LiuYanYGZ 阅读(334) 评论(0) 推荐(0)
摘要: 摘自:https://www.jianshu.com/p/502544957c88 一、为什么需要 k8s? 1. 应用部署模式的演进 虚拟化模式 容器化模式 相比虚拟机和容器 容器更加轻量级,启动更快(秒级) 容器可移植性更好 2. 管理大量的容器带来了新的挑战 容器编排调度引擎 —— k8s 的 阅读全文
posted @ 2020-03-19 18:30 LiuYanYGZ 阅读(175) 评论(0) 推荐(0)
摘要: 摘自:https://blog.csdn.net/bbwangj/article/details/80791490 第一款:SB Admin 2 官方:http://startbootstrap.com/template-overviews/sb-admin-2/ 第二款:Admin Lite 官网 阅读全文
posted @ 2020-03-19 18:19 LiuYanYGZ 阅读(873) 评论(0) 推荐(0)
摘要: 摘自:https://www.jianshu.com/p/fbb8bf7baa97 地球上最重要的算法 如果没有 RSA 算法,现在的网络世界毫无安全可言,也不可能有现在的网上交易。上一篇文章 ssh 协议为什么安全 中的 ssh 协议也是基于 RSA 加密算法才能确保通讯是加密的,可靠的。 197 阅读全文
posted @ 2020-03-19 10:06 LiuYanYGZ 阅读(391) 评论(0) 推荐(0)
摘要: 摘自:https://blog.csdn.net/bian_h_f612701198412/article/details/87202462 python2.7版本的请点击这里25行代码实现完整的RSA算法 网络上很多关于RSA算法的原理介绍,但是翻来翻去就是没有一个靠谱、让人信服的算法代码实现,即 阅读全文
posted @ 2020-03-19 10:04 LiuYanYGZ 阅读(787) 评论(0) 推荐(0)
摘要: 摘自:https://www.cnblogs.com/ylz8401/p/9004427.html 1. PKCS#8 转 PKCS#1 You will need BouncyCastle: import org.bouncycastle.asn1.ASN1Encodable; import or 阅读全文
posted @ 2020-03-18 18:03 LiuYanYGZ 阅读(5303) 评论(0) 推荐(0)
摘要: 摘自:https://blog.csdn.net/weixin_43203497/article/details/100903486 摘自:https://www.cnblogs.com/ylz8401/p/9004427.html 亲测 package com.xx.xxx.Util; //原文链 阅读全文
posted @ 2020-03-18 18:01 LiuYanYGZ 阅读(6670) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 126 下一页