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.
- 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
You can find the full documentation for Secure Test Automation here: Secure Test Automation Documentation
- Python 3.10 +
cryptography
library for encryption/decryption functionality.
Install the required dependencies:
- Clone this repository:
git clone https://github.com/dmberezovskyii/secure-test-automation
- Install required dependencies:
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
pip install secure-test-automation