https://github.com/a3h1nt/python-meets-cryptography
Python code snippets for modern encryption algorithms.
https://github.com/a3h1nt/python-meets-cryptography
cryptography pycryptodome
Last synced: 10 months ago
JSON representation
Python code snippets for modern encryption algorithms.
- Host: GitHub
- URL: https://github.com/a3h1nt/python-meets-cryptography
- Owner: A3h1nt
- Created: 2020-10-05T03:43:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T03:40:31.000Z (over 5 years ago)
- Last Synced: 2025-01-26T17:46:16.561Z (over 1 year ago)
- Topics: cryptography, pycryptodome
- Language: Python
- Homepage:
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-meets-Cryptography
Python code snippets for modern ciphers, made in reference with [this](https://a3h1ntnotebook.wordpress.com/category/cryptography/) series.
# How to run ?
1. pip3 install pycryptodome
2. python3 file_name.py