# 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:
```shell
$ pip install securo
```
## Usage
Encrypt a file:
```shell
$ securo encrypt /path/to/file.txt
```
Encrypt a folder:
```shell
$ securo encrypt /path/to/folder
```
Decrypt a file:
```shell
$ securo decrypt /path/to/file.txt
```
Decrypt a folder:
```shell
$ securo decrypt /path/to/folder
```
Note: When prompted, enter the encryption key. The same key should be used for encryption and decryption.
Raw data
{
"_id": null,
"home_page": "",
"name": "securo",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "securo,encryptor,file encryptor,folder encryptor,encryption,decryption,fernet",
"author": "Yusuf",
"author_email": "contact@yusuf.im",
"download_url": "https://files.pythonhosted.org/packages/24/37/4d04cc61b41ecae72b0ff808e6e5d50184911d1b5f01b762679f8e2a1298/securo-1.0.0.tar.gz",
"platform": null,
"description": "# securo\n\nA Python CLI package that provides functionality to encrypt and decrypt files or folders using symmetric encryption.\n\n## Features\n\n- Encrypt a file or folder\n- Decrypt a file or folder\n- Uses the Fernet encryption algorithm from the `cryptography` library\n\n## Installation\n\nInstall the package:\n\n```shell\n$ pip install securo\n```\n\n## Usage\n\nEncrypt a file:\n```shell\n$ securo encrypt /path/to/file.txt\n```\n\nEncrypt a folder:\n```shell\n$ securo encrypt /path/to/folder\n```\n\nDecrypt a file:\n```shell\n$ securo decrypt /path/to/file.txt\n```\n\nDecrypt a folder:\n```shell\n$ securo decrypt /path/to/folder\n```\n\nNote: When prompted, enter the encryption key. The same key should be used for encryption and decryption.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "",
"version": "1.0.0",
"project_urls": null,
"split_keywords": [
"securo",
"encryptor",
"file encryptor",
"folder encryptor",
"encryption",
"decryption",
"fernet"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c676e678b1dc597fe9c6e57c54893f11f3c1f7edd11b3fe55179e677ce5b13d5",
"md5": "dc80763ca6594507e012642e292447e9",
"sha256": "2a9d3c0b5aad9bc52425fe4250730d5ed05f0e876dac5f0c62a7f2a1eb352243"
},
"downloads": -1,
"filename": "securo-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dc80763ca6594507e012642e292447e9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5681,
"upload_time": "2023-06-09T13:42:39",
"upload_time_iso_8601": "2023-06-09T13:42:39.607970Z",
"url": "https://files.pythonhosted.org/packages/c6/76/e678b1dc597fe9c6e57c54893f11f3c1f7edd11b3fe55179e677ce5b13d5/securo-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "24374d04cc61b41ecae72b0ff808e6e5d50184911d1b5f01b762679f8e2a1298",
"md5": "9cceef6983dfb29e67be05c76d0063d0",
"sha256": "130deb82ab68b78e0d4c217af214d8b830056ded341fbd9b9bc713f9f48601c0"
},
"downloads": -1,
"filename": "securo-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "9cceef6983dfb29e67be05c76d0063d0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4416,
"upload_time": "2023-06-09T13:42:41",
"upload_time_iso_8601": "2023-06-09T13:42:41.452979Z",
"url": "https://files.pythonhosted.org/packages/24/37/4d04cc61b41ecae72b0ff808e6e5d50184911d1b5f01b762679f8e2a1298/securo-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-09 13:42:41",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "securo"
}