Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 956 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 956 Bytes

Cryptex

An Encryption and Decryption Script

Cryptex is a Python script that utilizes fernet from cryptography to securely encrypt and decrypt files. Using a user-provided password, Cryptex can protect any file with a strong encryption algorithm. The script is easy to use and can be run from the command line.

Features

  • Utilizes Fernet encryption from the cryptography
  • Allows for secure encryption and decryption of files using a user-provided password
  • Can be run from the command line
  • Provides a simple and effective solution for file security
  • Flexible and can encrypt any type of files.

Usage

Clone cryptex repository

git clone https://github.com/itsraiharshit/cryptex

Navigate to Cryptex folder

cd cryptex

Install cryptography module via pip

pip3 install cryptography

Run the script

python cryptex.py

Usage

Warning

It takes longer for encrypting and decrypting large files.