Skip to main content

A file encryption and decryption tool

Project description

FileSecure Tool

FileSecure is a command-line utility for encrypting and decrypting files using AES-256-CBC encryption. This tool allows you to securely protect your files with a password, ensuring that sensitive data is not exposed.

Features

  • Encrypt Files: Secure your files with AES-256-CBC encryption.
  • Decrypt Files: Restore encrypted files back to their original state.
  • Easy to Use: Simple command-line interface with straightforward commands.
  • Password-Based Encryption: Utilize a password to derive a strong encryption key.

Installation

To use the FileSecure tool, you need to have Python and pip installed on your system.

pip install filesecure

Usage

Encrypting a File

To encrypt a file, use the following command:

filesecure encrypt --password "your_password" yourfile.txt

Parameters

  • --password "your_password": The password used to encrypt the file. Make sure to use a strong password.
  • yourfile.txt: The name of the file you want to encrypt.

Important Notes

  • The original file will be overwritten with the encrypted content.
  • If the file is already encrypted (i.e., it starts with FILE_CRYPT), a message will indicate that the file is already encrypted.

Decrypting a File

To decrypt a file, use the following command:

filesecure decrypt --password "your_password" yourfile.txt

Parameters

  • --password "your_password": The password used to decrypt the file. It must match the password used during encryption.
  • yourfile.txt: The name of the file you want to decrypt.

Important Notes

  • The original file will be overwritten with the decrypted content.
  • If the file is not encrypted (i.e., it does not start with FILE_CRYPT), an error message will indicate that the file is not encrypted or is in an invalid format.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

filesecure-0.2.0.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

filesecure-0.2.0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file filesecure-0.2.0.tar.gz.

File metadata

  • Download URL: filesecure-0.2.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.10

File hashes

Hashes for filesecure-0.2.0.tar.gz
Algorithm Hash digest
SHA256 8ecc03180d2eacb422888fd6c18326fac9ecafbf6dc6548f94b9a56580b845be
MD5 bd4bc9f163ef77dea48e48d635f93d8f
BLAKE2b-256 5b4983627455f70ac108c68ef61d74f67189bab0e3edf42586724e18ee82f1c8

See more details on using hashes here.

File details

Details for the file filesecure-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: filesecure-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.10

File hashes

Hashes for filesecure-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 936700a469fb3f69951c5d21606d6026b4e544e0cdb328d4bfd58e348f0d7153
MD5 9e01f99b9405c5c86a5429ac3f5a3a95
BLAKE2b-256 fc4c942a280e09d6b33af16f7ba195c8574010970c4efcbecf71907b604fadd3

See more details on using hashes here.

Supported by

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