Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 688 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 688 Bytes

Questi sono alcuni programmi Python per solo uso didattico, proprio per spiegare i fondamenti e le regole degli algoritmi RSA e Vigenere e della firma digitale. Questi programmi possono mostrare come funziona Vigenere, RSA e la firma digitale e mostrano i concetti di Key Stretching e KDF (Funzione di Derivazione della Chiave).

rsa_nb vigenere_nb and digital signature

These are Python programs for didactic use only, just for explaining the basic working and rules of RSA and Vigenere algorithms and digital signature. These programs can show how Vigenere, RSA and the Digital Signature works and they show the concepts of Key Stretching and KDF (Key Derivation Function).