Implémentation #2
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#3 Implémentation Carte
study-faraphel/M1-PCA-Project
#4 Implémentation Machine
study-faraphel/M1-PCA-Project
Reference: study-faraphel/M1-PCA-Project#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
L'implémentation pourrait se faire dans le language Python à l'aide du module
cryptography
, offrant accès à tous un ensemble de modules et de fonctions concernant la cryptographie, en particulier le moduleX.509
(https://cryptography.io/en/latest/x509/) permettant de créer un système de certificat sans passer par bash.Voici un simple snippet permettant de générer des certificats en python à l'aide de cette librairie :
Des extensions additionnels peuvent être ajoutées dans le certificat pour stocker des informations supplémentaires.