This release of decorators-cryptography introduces the initial version of the library, providing decorators for encrypting and decrypting passed arguments using the cryptography package.
Key Features
- `encrypt` decorator: Encrypts the arguments passed to a function using a specified encryption key.
- `decrypt` decorator: Decrypts the arguments passed to a function using a specified decryption key.