Files
cryptoseals/README.md
2026-03-27 19:03:27 +01:00

11 lines
458 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## CryptoSeals - Crypto(graphy)Seals(Messages)
Il progetto è diviso in diverse classi, ognuna con un compito specifico:
- Main = interazione con lutente via terminale
- RSA = implementazione dellalgoritmo di RSA
- Seal = API con endpoints per mostrare l'interfaccia grafica via pagina web
- Utilities = contenente funzioni matematiche utilizzate per
- Caesar = implementazione cifrario di Cesare
- Vigenere = implementazione cifrario di Vigenere