aboutsummaryrefslogtreecommitdiff
path: root/progress/RSA.tex
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-10-21 22:13:26 -0400
committerHolden Rohrer <holden.rohrer@gmail.com>2019-10-21 22:13:26 -0400
commit52d0f6314cecee2403858bd44c362b9dfe1ecf34 (patch)
tree5604aa54419a17c62bfc32510b7a65be3984c5e0 /progress/RSA.tex
parent6fe1fe2b715c227fa12a667681aaac15428d6d0e (diff)
RSA section
Diffstat (limited to 'progress/RSA.tex')
-rw-r--r--progress/RSA.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/progress/RSA.tex b/progress/RSA.tex
new file mode 100644
index 0000000..67d57c6
--- /dev/null
+++ b/progress/RSA.tex
@@ -0,0 +1,4 @@
+Perhaps the most famous public-key cryptosystems algorithm is the RSA algorithm. This algorithm makes use of the difficulty to determine the prime factorization of large numbers, the infinite number of primes in existence, Euler’s theorem, and the Euclidean Algorithm to encrypt communication. The RSA algorithm is an asymmetric (two keys) cryptographic algorithm, and can also be classified as public-key cryptography, as it involves the general knowledge of one of the keys.
+
+As computer power and shortcuts to factorize large numbers become more efficient as we progress through the 21st century, the rapid increase of the magnitude of the large primes is necessary to keep encryptions secure. Decryption on the receiving end of the encrypted message uses a variety of techniques to decrypt the message efficiently, including the Chinese Remainder Theorem.
+