Skip to content

Files-Compressor-Encryption is a Python-based tool for compressing and encrypting files, ensuring efficient storage and secure data protection. Ideal for privacy-focused applications.

License

Notifications You must be signed in to change notification settings

bocaletto-luca/Files-Compressor-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files Compressor with Encryption

Author: Luca Bocaletto

License: GPL v3 Language: Python Linux-Compatible Status: Complete


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.

Screenshot 2023-10-18 125051

Management of Archived File Extension

By default, the software uses the ".7bl" extension for archived files, for example, "archived_data.7bl." However, users have the flexibility to change the file extension as they prefer, creating custom extensions or specifying the file name as they wish. The important thing is that the archive's content will be encrypted and compressed regardless of the file extension.

User Interface

The software offers a simple and intuitive user interface with all the previously mentioned features.

The software uses Python libraries like tkinter, zlib, and cryptography to handle compression and encryption operations. In case of errors or exceptions, the software displays error messages and details through the status label.


Note: Ensure that you have installed all the necessary dependencies before running the application.

Maintainer Update

My current GitHub account is @bocaletto-luca, which is now the official maintainer of all projects previously published under the @Elektronoide account. Please direct any issues, pull requests, or stars to @bocaletto-luca for future updates.


About

Files-Compressor-Encryption is a Python-based tool for compressing and encrypting files, ensuring efficient storage and secure data protection. Ideal for privacy-focused applications.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •