Compare commits
2
Commits
e559bd2e58
...
75698d078f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75698d078f | ||
|
|
c45f4414b1 |
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"maven.view": "hierarchical"
|
||||
}
|
||||
@@ -13,7 +13,7 @@ public class Seal {
|
||||
}).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
|
||||
app.post("/seal/caesar/encrypt", ctx -> {
|
||||
|
||||
Reference in New Issue
Block a user