Skip to content

Where's my text? is a terminal program used to encrypt and decrypt file contents using symmetric encryption implemented in Python.

License

Notifications You must be signed in to change notification settings

Drakvlaa/Where-s-my-text

Repository files navigation

Where's my text?

An awesome program to encrypt/decrypt files!
Report Bug · Request Feature

  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. License

About the project

Where's my text? is a terminal program used to encrypt and decrypt file contents using symmetric encryption implemented in Python.

Algorithms

Using SHA256 for creating password hash used.
Using AES (advanced encryption standard) for encrypting and decrypting file contents. For example Unreal Engine uses AES algorithm (optional) for encrypting UAssets in built games.

Getting Started

requirements

Installation

  1. Clone the repo
    git clone https://github.com/Drakvlaa/Where-s-my-text.git
  2. Install Python packages
    pip install -r requirements.txt

Usage

Encryption

  1. Activate encryption script
py -3.12 -m ./encrypt.py \Path\to\files
  1. If correct destination was chosen proceed to encrypting by accepting the prompt. encrypt1
  2. Enter password for encryption⚠️SAME PASSWORD WILL BE USED FOR DECRYPTION SO REMEMBER IT.⚠️
    encrypt2
  3. and there you go, all files in chosen directory got encrypted!
    encrypt3

Decryption

  1. Activate dectryption script
py -3.12 -m ./decrypt.py \Path\To\files
  1. If correct destination was chosen proceed to decrypting by accepting the prompt. decrypt1
  2. Enter same password that you used to encrypt the files decrypt1
  3. And there you go, all your files are decrypted! decrypt3

Contact

© License

MIT License

Copyright (c) 2024 Filip Sobczuk

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Where's my text? is a terminal program used to encrypt and decrypt file contents using symmetric encryption implemented in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages