# About
`secure-test-autmation` Python library for encrypting and decrypting passwords, designed for integration with automated testing frameworks such as Selenium, Appium, Playwright, and others. It ensures secure password storage and allows retrieving keys from remote or local vaults to decrypt configuration files and passwords.
## Features
- **Encryption and Decryption**: Encrypt and decrypt passwords using a Fernet key.
- **Key Management**: Support for loading, creating, saving, and deleting encryption keys from a local file and remove vault
- **Password Generation**: Generate secure, random passwords of a specified length.
- **Multiple Vault Types**:
- Currently: local and and HashiCorp Vault
## Documentation
You can find the full documentation for Secure Test Automation here:
[Secure Test Automation Documentation](https://secure-test-automation.readthedocs.io/en/latest/index.html)
## Requirements
- Python 3.10 +
- `cryptography` library for encryption/decryption functionality.
Install the required dependencies:
### Local Usage
1. Clone this repository:
```bash
git clone https://github.com/dmberezovskyii/secure-test-automation
```
2. Install required dependencies:
```bash
pip install poetry
poetry shell
poetry env info
copy `Executable: path to virtual env` -> Add Interpreter -> Poetry Environment -> Existing environment -> add Executable -> Apply
poetry install
```
### Install Library
```bash
pip install secure-test-automation
```
### TODO add documentation usage
Raw data
{
"_id": null,
"home_page": "https://github.com/dmberezovskyii/secure-test-automation",
"name": "secure-test-automation",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "cryptography, Selenum, appium, secrets, security",
"author": "Dmytro Berezovskyi",
"author_email": "dmberezovskyi@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/34/93/15b3c78473d2c29360d3a1adc3f925b0c3f9af5890e482f583476e6c0476/secure_test_automation-1.3.1.tar.gz",
"platform": null,
"description": "# About\n`secure-test-autmation` Python library for encrypting and decrypting passwords, designed for integration with automated testing frameworks such as Selenium, Appium, Playwright, and others. It ensures secure password storage and allows retrieving keys from remote or local vaults to decrypt configuration files and passwords.\n\n## Features\n\n- **Encryption and Decryption**: Encrypt and decrypt passwords using a Fernet key.\n- **Key Management**: Support for loading, creating, saving, and deleting encryption keys from a local file and remove vault\n- **Password Generation**: Generate secure, random passwords of a specified length.\n- **Multiple Vault Types**: \n - Currently: local and and HashiCorp Vault\n\n## Documentation\n\nYou can find the full documentation for Secure Test Automation here:\n[Secure Test Automation Documentation](https://secure-test-automation.readthedocs.io/en/latest/index.html)\n\n\n## Requirements\n\n- Python 3.10 +\n- `cryptography` library for encryption/decryption functionality.\n\nInstall the required dependencies:\n\n### Local Usage\n\n1. Clone this repository:\n ```bash\n git clone https://github.com/dmberezovskyii/secure-test-automation\n ```\n2. Install required dependencies:\n ```bash\n pip install poetry\n poetry shell\n poetry env info\n copy `Executable: path to virtual env` -> Add Interpreter -> Poetry Environment -> Existing environment -> add Executable -> Apply\n poetry install\n ```\n### Install Library\n ```bash\n pip install secure-test-automation\n ```\n### TODO add documentation usage\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Crypto tool for automation frameworks",
"version": "1.3.1",
"project_urls": {
"Homepage": "https://github.com/dmberezovskyii/secure-test-automation",
"Repository": "https://github.com/dmberezovskyii/secure-test-automation"
},
"split_keywords": [
"cryptography",
" selenum",
" appium",
" secrets",
" security"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5100cb153244abe314b101179601c74fd23542fd9eb8da0b774ce2c96b61529e",
"md5": "d57120a3d4e07d58bc08d70f202317c6",
"sha256": "ba8c1a3e6c6700e09ddf1a5a4ce01e6e6484606cb8ede0d9a7a47655dab9775c"
},
"downloads": -1,
"filename": "secure_test_automation-1.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d57120a3d4e07d58bc08d70f202317c6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 8456,
"upload_time": "2025-01-10T11:33:19",
"upload_time_iso_8601": "2025-01-10T11:33:19.786362Z",
"url": "https://files.pythonhosted.org/packages/51/00/cb153244abe314b101179601c74fd23542fd9eb8da0b774ce2c96b61529e/secure_test_automation-1.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "349315b3c78473d2c29360d3a1adc3f925b0c3f9af5890e482f583476e6c0476",
"md5": "4883b3c979c3c1b637bb5be125de6626",
"sha256": "369775254180d59543afb10c9a818d4e05b7d2632c391464019cf3a50585a864"
},
"downloads": -1,
"filename": "secure_test_automation-1.3.1.tar.gz",
"has_sig": false,
"md5_digest": "4883b3c979c3c1b637bb5be125de6626",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 5902,
"upload_time": "2025-01-10T11:33:21",
"upload_time_iso_8601": "2025-01-10T11:33:21.817814Z",
"url": "https://files.pythonhosted.org/packages/34/93/15b3c78473d2c29360d3a1adc3f925b0c3f9af5890e482f583476e6c0476/secure_test_automation-1.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-10 11:33:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dmberezovskyii",
"github_project": "secure-test-automation",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "secure-test-automation"
}