Compare commits

...

2 Commits

Author SHA1 Message Date
elisabetta 75698d078f Merge branch 'main' of https://git.vps.francescomancuso.it/elisabetta/cryptoseals
Deploy / trigger (push) Successful in 19s
2026-03-27 22:18:58 +01:00
elisabetta c45f4414b1 random 2026-03-27 22:18:54 +01:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"maven.view": "hierarchical"
}
+1 -1
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 -> {