Merge branch 'main' of https://git.vps.francescomancuso.it/elisabetta/cryptoseals
All checks were successful
Deploy / trigger (push) Successful in 20s

This commit is contained in:
2026-03-27 22:21:22 +01:00
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 -> {