RSA

From SEGGER Wiki
Revision as of 17:33, 28 May 2019 by MartinBaldwin (talk | contribs) (Created page with "Category:Knowledge Base RSA stands for (Rivest–Shamir–Adleman). It is an algorithm to encrypt and decrypt messages. It is asymmetric in that there are two different...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RSA stands for (Rivest–Shamir–Adleman). It is an algorithm to encrypt and decrypt messages.

It is asymmetric in that there are two different keys. One of the keys can be public and the other is kept private.

The algorithm is based on the difficulty of finding the factors of a large composite numbers.