NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

SecureVault Encryptor

Viewing all releases for resource SecureVault Encryptor

[1.0.0] Encryption in python with readable txt files

1.0.0 12 days ago

File Description and Purpose


This Python script is designed to encrypt and decrypt an entire directory, including all subdirectories and files, with the ability to customize the encryption key and number of encryption iterations. The program ensures that the file content, filenames, and folder names (except file extensions) are fully encrypted, providing a robust solution for securing sensitive data.


Features:




  1. Recursive Encryption:



    • Encrypts all files and subfolders within a specified directory, ensuring complete protection of the folder structure and its contents.
    • Maintains file extensions to avoid errors in file handling.



  2. Customizable Encryption:



    • Users can define an alphanumeric key (a-z, A-Z, 0-9) for encryption and decryption.
    • Supports multiple iterations of encryption for added security.



  3. Filename and Folder Encryption:



    • Encrypts filenames and folder names while ensuring compatibility with operating systems (no invalid characters are used in filenames).
    • Uses separate character mappings for file content and names to avoid conflicts.



  4. File Content Encryption:



    • File content is fully encrypted using a printable character set (string.printable), ensuring complete obfuscation of data.



  5. Cross-Platform Compatibility:



    • Supports Windows, macOS, and Linux file systems, with handling for OS-specific filename restrictions.



  6. Top-down and Bottom-up Processing:



    • Processes files first, then folders to ensure the integrity of the directory structure during encryption and decryption.



Limitations:



  • Complex and Non-Text File Handling:

    • The encryption process alters the original binary content of non-text files (e.g., .jpg, .png, .exe), potentially rendering them unreadable after decryption.
    • This tool is recommended primarily for text-based files (e.g., .txt, .csv, .json) or files that can tolerate changes during encryption.


  • No Error Recovery:

    • If the key or the number of iterations is lost or incorrect during decryption, files and folder structures cannot be recovered.



Recommended Use Cases:



  • Securing sensitive text-based data (e.g., .txt, .csv, .log files).
  • Obfuscating project structures, source code files, or other readable formats.
  • Not suitable for multimedia, binary, or system-critical files due to potential corruption.

0 downloads |

Resource

Views
207
Total Downloads
0
First Release
22 Dec 2024
Last Release
22 Dec 2024
Category
Miscellaneous
Rating

Version 1.0.0

Downloads
0
Release
22 Dec 2024, 01:31
Rating