This commit is contained in:
2026-03-27 22:18:54 +01:00
parent 5b02382cf5
commit c45f4414b1
2 changed files with 4 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"maven.view": "hierarchical"
}

View File

@@ -13,7 +13,7 @@ public class Seal {
}).start(8080); }).start(8080);
System.out.println("Generazione chiavi RSA per il server web in corso..."); System.out.println("Generazione chiavi RSA per il server web in corso...");
// Cifratura con Cifrario di Cesare // Cifratura con Cifrario di Cesare
app.post("/seal/caesar/encrypt", ctx -> { app.post("/seal/caesar/encrypt", ctx -> {