brain initiation
This commit is contained in:
10
20231108113926-rsa.org
Normal file
10
20231108113926-rsa.org
Normal file
@@ -0,0 +1,10 @@
|
||||
:PROPERTIES:
|
||||
:ID: 23a9283c-0afe-43d6-bc31-2e7bd838b2de
|
||||
:END:
|
||||
#+title: RSA
|
||||
|
||||
When someone refers to an RSA certificate, what they’re talking about is an [[id:95c8982d-e104-43a2-9bb2-fd7e1c3204f2][SSL]] [[id:e28dfeaa-876b-4255-a25e-dcc0c909d08a][certificate]] that uses the RSA algorithm for digital signatures and/or data encryption.
|
||||
|
||||
RSA (Rivest–Shamir–Adleman) is a cryptographic algorithm that encrypts and decrypts the data. Invented in the year 1978, RSA was named after Rivest, Shamir, and Adleman – the mathematicians who invented it.
|
||||
|
||||
The fundamental function of an RSA certificate is to use the RSA algorithm for data encryption. In simpler words, it turns the data into an undecipherable format so that no one can see what the original data was, let alone tamper with it. This way, it solves the significant problem of secure communication. Such secure communication, at the time of the invention of the RSA certificate, was needed primarily in the military. But today, it’s required everywhere because of the proliferation of the internet and ecommerce. RSA certificates are most widely used with the asymmetric encryption algorithm.
|
||||
Reference in New Issue
Block a user