Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 2.07 KB

README.md

File metadata and controls

80 lines (55 loc) · 2.07 KB

Concealium

A python application that can hide a folder and make it visible with a user password. It can also zip and unzip folders, encrypt and decrypt folders.

Authors

Libraries Used

  • Zipfile
  pip install zipfile
  • shutil
  pip install shutil
  • OS
  pip install os
  • Cryptography
  pip install cryptography
  • Webbrowser
  pip install webbrowser
  • Tkinter
  pip install tkinter

Features

  • Hide folders
  • Make folders visible with passwords
  • Encryption and Decryption
  • Compress and decompress folders
  • GUI

Installation

Download the 'Concealium.exe' file to start using this tool.

Usage

  • To start using this tool download the EXE file or install all required libraries to use the source code.
  • Disable Show hidden folders setting in the File Explorer for this tool to work properly.
  • Create a folder named 'Hidden' in 'C:/Users/Public' (This is optional because the tool will create the folder if it does not exist.)
  • After encrypting the folder, the encryption key ('encryption.key') will be saved in the above location which is used for decryption. (DO NOT DELETE THIS KEY)
  • This tool is set to the above file path. This can be changed in the source code.
  • The current password for this tool is "1234" which is used for decryption and to make the folder visible after hiding. The password also can be changed in the source code.

Badges

MIT License MIT License MIT License

License

MIT License

Copyright © 2023 Ashfaaq Rifath - Concealium v3.0.1

Ashfaaq