Releases: bocaletto-luca/Files-Compressor-Encryption
Files Compressor with Encryption
Files Compressor with Encryption
Author: Luca Bocaletto
Language: Python
Description
This software is designed to help users compress and encrypt their files, making them more secure and reducing the required storage space. Here are the main features offered:
Compress files: Users can select the files they want to compress. The software uses the zlib compression library to reduce the file sizes, using the best available compression level.
Encrypt files: The software allows users to specify an encryption key. It then uses the Fernet cryptography library to encrypt the compressed data. Encryption provides an additional level of security to the files, protecting them from unauthorized access.
Extract files: Users can also use the software to extract files from an encrypted archive. This operation involves decrypting the data and decompressing the files in the archive.