Analytic RSA algorithm

Analytic RSA algorithm forward: https://www.jianshu.com/p/ff2b538a77e2 RSA algorithm description 1.1 RSA generates public-private key pairs Specific examples explain how to generate key pairs 1.Randomly select two unequal prime numbers p and q. alice 61 and 53 were selected. (in practical application, the larger the two prime numbers, the ...

Posted by fogofogo on Fri, 11 Feb 2022 21:14:45 +0100

Cryptography - RSA (asymmetric encryption)

RSA RSA encryption takes advantage of the simple forward solution and complex reverse solution of one-way function Basic concepts 1, What is "prime"? A prime number is an integer that cannot be expressed as the product of any other two integers except that it can be expressed as the product of itself and 1. For example, 15 = 3 ...

Posted by Scott_J on Sun, 30 Jan 2022 05:59:41 +0100

The second bullet of BUU-RSA primer collection

The second bullet of BUUCTF-RSA check-in question, interesting or difficult RSA questions are placed separately in the column BUUCTF RSA column_ Xiaohan's blog - CSDN blog Dangerous RSA (low encryption index attack) subject n=0x52d483c27cd806550fbe0e37a61af2e7cf5e0efb723dfc81174c918a27627779b21fa3c851e9e94188eaee3d5cd6f752406a43fbecb53 ...

Posted by cmgmyr on Sun, 16 Jan 2022 23:56:22 +0100

A joint encryption solution using RSA asymmetric encryption and AES symmetric encryption and process recovery

        With the development of the Internet environment, a series of security problems caused by network security problems will lead to the disclosure of trade secrets, economic losses of enterprises / individuals, and even cyber crime, or endanger national security.         In the current development ...

Posted by immunity on Wed, 08 Dec 2021 09:59:28 +0100

Quick Start and Use of JWT

Use of JWT(JSON Web Token) Preface This post is correct shiro uses JWT Complete complementary extensions to provide full sample code for detailed use in JWT. If there is a discrepancy between your understanding of RSA and your own reading of this blog, please read the part of this blog explaining RSA. If there are other inconsistencies a ...

Posted by tinker on Wed, 01 Dec 2021 21:06:32 +0100