摘要: Non-matching values for modulus and p*q in RSA encryption 回答 The problem is that reversing the arrays is not enough. Because they are unsigned they al 阅读全文
posted @ 2021-12-14 19:27 ChuckLu 阅读(18) 评论(0) 推荐(0)
摘要: RSAParameters Struct Remarks The RSA class exposes an ExportParameters method that enables you to retrieve the raw RSA key in the form of an RSAParame 阅读全文
posted @ 2021-12-14 18:01 ChuckLu 阅读(95) 评论(0) 推荐(0)
摘要: RSA Algorithm Example http://www.ruanyifeng.com/blog/2013/07/rsa_algorithm_part_two.html 阮一峰也举了例子进行推导 Choose p = 3 and q = 11 Compute n = p * q = 3 * 阅读全文
posted @ 2021-12-14 13:32 ChuckLu 阅读(46) 评论(0) 推荐(0)
摘要: 关于增值税发票综合服务平台等事项的公告 国家税务总局公告2020年第1号 二、纳税人通过增值税电子发票公共服务平台开具的增值税电子普通发票(票样见附件),属于税务机关监制的发票,采用电子签名代替发票专用章,其法律效力、基本用途、基本使用规定等与增值税普通发票相同。 增值税电子普通发票版式文件格式为O 阅读全文
posted @ 2021-12-14 10:25 ChuckLu 阅读(3193) 评论(0) 推荐(0)
摘要: 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)