Hola, recientemente andaba buscando una manera de encriptar archivos y me encontré con este repositorio con un script de python bien simple pero que funciona, cuenta con encriptación, desencriptación y verificación de la integridad de los archivos, muy útil para todos aquellos que desean guardar archivos importantes. El script genera una llave que sin ella no se puede hacer nada.
_______________________________________
github.com
Cualquier cosa comenten
_______________________________________
GitHub - Briellart/CryptFold: CryptFold is a Python script designed to encrypt and decrypt files and folders using the Fernet symmetric encryption method. It ensures data integrity by calculating and verifying SHA-256 hashes of the files before and a
CryptFold is a Python script designed to encrypt and decrypt files and folders using the Fernet symmetric encryption method. It ensures data integrity by calculating and verifying SHA-256 hashes of...
Cualquier cosa comenten