SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

IT-Sicherheit

» Start this Course
(Practice similar questions for free)
Question:

RSA Erstellung

Author: Leonard Fourier



Answer:

1. Wähle zwei große Primzahlen p,q 2. Brechne RSA Modul n = pq 3. Brechne phi( n ) = ( p-1 ) * ( q-1 ) 4. Wähle ein e, sodass ggt(phi ( n ), e) = 1 5. Brechne einen privaten Exponenten d, sd. e*d = 1 mod phi(n) Verschlüsslung - berechne: c = m^e mod n Entschlüsslung - berechne m = c^d mod n


0 / 5  (0 ratings)

1 answer(s) in total