上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 123 下一页
摘要: 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 阅读(3424) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-21 00:53 LiuYanYGZ 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://www.jianshu.com/p/502544957c88 一、为什么需要 k8s? 1. 应用部署模式的演进 虚拟化模式 容器化模式 相比虚拟机和容器 容器更加轻量级,启动更快(秒级) 容器可移植性更好 2. 管理大量的容器带来了新的挑战 容器编排调度引擎 —— k8s 的 阅读全文
posted @ 2020-03-19 18:30 LiuYanYGZ 阅读(171) 评论(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 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://www.jianshu.com/p/fbb8bf7baa97 地球上最重要的算法 如果没有 RSA 算法,现在的网络世界毫无安全可言,也不可能有现在的网上交易。上一篇文章 ssh 协议为什么安全 中的 ssh 协议也是基于 RSA 加密算法才能确保通讯是加密的,可靠的。 197 阅读全文
posted @ 2020-03-19 10:06 LiuYanYGZ 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/bian_h_f612701198412/article/details/87202462 python2.7版本的请点击这里25行代码实现完整的RSA算法 网络上很多关于RSA算法的原理介绍,但是翻来翻去就是没有一个靠谱、让人信服的算法代码实现,即 阅读全文
posted @ 2020-03-19 10:04 LiuYanYGZ 阅读(682) 评论(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 阅读(4809) 评论(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 阅读(6254) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://www.cnblogs.com/baka-sky/p/9321177.html 遇到的问题 在一个与Ruby语言对接的项目中,决定使用RSA算法来作为数据传输的加密与签名算法。但是,在使用Ruby生成后给我的私钥时,却发生了异常:IOException: algid parse 阅读全文
posted @ 2020-03-18 16:07 LiuYanYGZ 阅读(1440) 评论(0) 推荐(1) 编辑
摘要: 摘自:https://blog.csdn.net/weixin_43652442/article/details/87875491 问题:在RSA加解密验证时,使用私钥无法生成签名,报algid parse error, not a sequence错误 原因:私钥在使用前为pkcs1格式,而jav 阅读全文
posted @ 2020-03-18 15:52 LiuYanYGZ 阅读(3213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 123 下一页