Skip to content

Cryptex is a python script that can encrypt and decrypt files with a user-provided password from the command line.

License

Notifications You must be signed in to change notification settings

itsraiharshit/cryptex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.