Skip to content

Add AES encryption example and project setup improvements - #7

Merged
DavFilsDev merged 1 commit into
cryptographyfrom
feature/aes-encryption
Jul 11, 2025
Merged

Add AES encryption example and project setup improvements#7
DavFilsDev merged 1 commit into
cryptographyfrom
feature/aes-encryption

Conversation

@DavFilsDev

Copy link
Copy Markdown
Owner

This pull request includes:

  • AES encryption and decryption example using the cryptography library
  • .gitignore file to exclude virtual environment folders (.venv, venv, env) and Python cache files
  • README updated with detailed setup and installation instructions for virtual environments and dependency installation
  • requirements.txt added to list project dependencies, starting with the cryptography package

These changes improve the cryptography folder with a practical AES example and enhance project usability and environment management.

…ments.txt

- Added AES encryption and decryption script using cryptography (aes_encryption.py)
- Created .gitignore to exclude virtual environment folders and Python cache files
- Updated README with setup instructions for virtual environment and dependencies
- Added requirements.txt with cryptography package pinned
@DavFilsDev
DavFilsDev merged commit d568c2b into cryptography Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant