Browse Source

"Aufgabenstellung 2. Aufgabe"

remotes/origin/fdai7487-main-patch-56841
fdai6120 2 years ago
parent
commit
07121b454c
  1. 3
      ITsecAufgaben/ITsecAufgaben.java

3
ITsecAufgaben/ITsecAufgaben.java

@ -7,6 +7,9 @@ import java.lang.Math;
public class ITsecAufgaben { public class ITsecAufgaben {
public void zweiteAufgabe() { public void zweiteAufgabe() {
System.out.println("\nBerechnen Sie RSA per Hand. Taschenrechner & Website erlaubt.\n");
System.out.println("Gegeben sind: p = 13, q = 17, e = 11, P1 = 23");
System.out.println("Geben Sie das Ergebnis für N, phiOfN, encKey, decKey & C1:\n"); // <-- hier ggf. refactoring
} }

Loading…
Cancel
Save