Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 350 Bytes

Encryption Tool

Simple tool to encrypt or decrypt your files and folders using the SHA-2 algorithm with 512-bit hashing.

Usage

Basic Usage

  • Encryption
    • python crypto.py encrypt <targets>
  • Decryption
    • python crypto.py decrypt <targets>

Configuration

Refer to the CLI help for details on parameters and customization.