|
@ -4,6 +4,39 @@ import java.util.Scanner; |
|
|
|
|
|
|
|
|
public class ITsecAufgaben { |
|
|
public class ITsecAufgaben { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static void zehnteAufgabe() { |
|
|
|
|
|
// Methodenrumpf füllen |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void neunteAufgabe() { |
|
|
|
|
|
// Methodenrumpf füllen |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void achteAufgabe() { |
|
|
|
|
|
// Methodenrumpf füllen |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void siebteAufgabe() { |
|
|
|
|
|
// Methodenrumpf füllen |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void sechsteAufgabe() { |
|
|
|
|
|
// Methodenrumpf füllen |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void fünfteAufgabe() { |
|
|
|
|
|
// Methodenrumpf füllen |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void vierteAufgabe() { |
|
|
|
|
|
// Methodenrumpf füllen |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void dritteAufgabe() { |
|
|
|
|
|
// Methodenrumpf füllen |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public static void zweiteAufgabe() { |
|
|
public static void zweiteAufgabe() { |
|
|
System.out.println("\nBerechnen Sie RSA per Hand. Taschenrechner & Website erlaubt.\n"); |
|
|
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("Gegeben sind: p = 13, q = 17, e = 11, P1 = 23"); |
|
|