上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 399 下一页
摘要: Rebasing a Git merge commit 问题 评论 TL;DR: git rebase --preserve-merges origin/master – Ilia K. Mar 1 '12 at 7:38 Warning: starting with Git 2.18 (Q2 20 阅读全文
posted @ 2021-12-14 09:50 ChuckLu 阅读(167) 评论(0) 推荐(0)
摘要: RSA Private Key Encryption RSA Introduction The RSA (Rivest, Shamir, Adleman) encryption algorithm uses two Keys: Private and Public. Scenario A Suppo 阅读全文
posted @ 2021-12-13 19:03 ChuckLu 阅读(286) 评论(0) 推荐(0)
摘要: 核心概念还是, 公钥加密的东西,可以使用私钥解密。 而反过来,私钥加密的东西,也可以用公钥进行解密。 通过hash函数处理文本,得到摘要digest。 然后把摘要digest用私钥进行加密,得到数字签名digital signature。这里加密的目的,是为了防止篡改。(因为如果不把摘要加密,直接发 阅读全文
posted @ 2021-12-13 17:08 ChuckLu 阅读(244) 评论(0) 推荐(0)
摘要: Finished (Encrypted Handshake) The Finished message is complicated as it is a hash of all the messages exchanged previously along with a label (“clien 阅读全文
posted @ 2021-12-13 16:48 ChuckLu 阅读(307) 评论(0) 推荐(0)
摘要: What if JWT is stolen? I am trying to implement stateless authentication with JWT for my RESTful APIs. AFAIK, JWT is basically an encrypted string pas 阅读全文
posted @ 2021-12-13 14:22 ChuckLu 阅读(66) 评论(0) 推荐(0)
摘要: What's the difference between JWTs and Bearer Token? 问题 I'm learning something about Authorization like Basic, Digest, OAuth2.0, JWTs, and Bearer Toke 阅读全文
posted @ 2021-12-13 14:10 ChuckLu 阅读(53) 评论(0) 推荐(0)
摘要: What is the default value for enum variable? It is whatever member of the enumeration represents the value 0. Specifically, from the documentation: Th 阅读全文
posted @ 2021-12-10 21:29 ChuckLu 阅读(46) 评论(0) 推荐(0)
摘要: StoreName Enum AddressBook 1 The X.509 certificate store for other users. AuthRoot 2 The X.509 certificate store for third-party certificate authoriti 阅读全文
posted @ 2021-12-10 20:46 ChuckLu 阅读(33) 评论(0) 推荐(0)
摘要: X509Certificate2.FriendlyName Gets or sets the associated alias for a certificate. Friendly names are properties in the X.509 certificate store that c 阅读全文
posted @ 2021-12-10 19:32 ChuckLu 阅读(287) 评论(0) 推荐(0)
摘要: Create a .pfx/.p12 Certificate File Using OpenSSL In cryptography, the PKCS#12 or PFX format is a binary format often used to store all elements of th 阅读全文
posted @ 2021-12-10 19:02 ChuckLu 阅读(123) 评论(0) 推荐(0)
上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 399 下一页