https://github.com/nannib/crypto
# rsa_nb vigenere_nb Python programs for didactic use only just for explaining the basic working and rules of RSA and Vigenere algorithm
https://github.com/nannib/crypto
cifrario crack criptografia crittografia digital firma hack rsa vigenere
Last synced: 11 months ago
JSON representation
# rsa_nb vigenere_nb Python programs for didactic use only just for explaining the basic working and rules of RSA and Vigenere algorithm
- Host: GitHub
- URL: https://github.com/nannib/crypto
- Owner: nannib
- Created: 2016-09-30T09:23:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T19:56:00.000Z (about 6 years ago)
- Last Synced: 2023-11-05T09:28:12.929Z (over 2 years ago)
- Topics: cifrario, crack, criptografia, crittografia, digital, firma, hack, rsa, vigenere
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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).