diff --git a/backend/src/main/resources/get/index.html b/backend/src/main/resources/get/index.html index acecb3c..1b0693f 100644 --- a/backend/src/main/resources/get/index.html +++ b/backend/src/main/resources/get/index.html @@ -3,8 +3,7 @@ - CryptoSeals - Motore RSA - + CryptoSeals - Home @@ -19,140 +18,41 @@ -
-

Motore RSA

-

Cifra e decifra i tuoi messaggi con lo standard di sicurezza a chiave pubblica. Scegli la dimensione delle chiavi, scrivi e lascia fare alle foche.

- -
- - - - -
- -
- - - -
- -
- - - -
- -
-
- - -
-
+
+

Welcome to CryptoSeals

+

+ Dive deep, Seal your data.

+ Scegli uno strumento dal menu per iniziare a proteggere i tuoi messaggi! +

+ Mascotte CryptoSeals
+ + + + + + \ No newline at end of file diff --git a/backend/src/main/resources/get/rsa.html b/backend/src/main/resources/get/rsa.html index 1aa8196..05cfe0c 100644 --- a/backend/src/main/resources/get/rsa.html +++ b/backend/src/main/resources/get/rsa.html @@ -84,7 +84,7 @@ try { // NOTA: Controlla che la rotta nel tuo Java sia corretta (/seal/rsa/decrypt o /api/rsa/decifra) - const res = await fetch("/seal/rsa/decrypt", { + const res = await fetch("http://localhost:8080/seal/rsa/decrypt", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ text: input }) });