An open API service indexing awesome lists of open source software.

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.

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.