Skip to main content

No project description provided

Project description

securo

A Python CLI package that provides functionality to encrypt and decrypt files or folders using symmetric encryption.

Features

  • Encrypt a file or folder
  • Decrypt a file or folder
  • Uses the Fernet encryption algorithm from the cryptography library

Installation

Install the package:

$ pip install securo

Usage

Encrypt a file:

$ securo encrypt /path/to/file.txt

Encrypt a folder:

$ securo encrypt /path/to/folder

Decrypt a file:

$ securo decrypt /path/to/file.txt

Decrypt a folder:

$ securo decrypt /path/to/folder

Note: When prompted, enter the encryption key. The same key should be used for encryption and decryption.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

securo-1.0.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

securo-1.0.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page