https://github.com/farial-mahmod/symmetric-encryption
This repository shows an example of two-way encryption and decryption process using Python.
https://github.com/farial-mahmod/symmetric-encryption
cryptography encryption python
Last synced: about 1 year ago
JSON representation
This repository shows an example of two-way encryption and decryption process using Python.
- Host: GitHub
- URL: https://github.com/farial-mahmod/symmetric-encryption
- Owner: Farial-mahmod
- License: mit
- Created: 2021-01-09T20:23:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-09T20:43:42.000Z (over 5 years ago)
- Last Synced: 2025-02-15T14:34:12.438Z (over 1 year ago)
- Topics: cryptography, encryption, python
- Language: Python
- Homepage: https://github.com/Farial-mahmod/Symmetric-Encryption
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
This repository highlights an example of symmetric encryption and decryption using Python language.
Requirement: cryptography module.
From terminal, simply run "pip install cryptography" to install it.
Usage:
1. Setup the library properly
2. Generate a unique key
3. Use the key to both encode and decode any message as you need.