https://github.com/meyiapir/cryptograph
This is a simple console application for encrypting files using AES, written in Python.
https://github.com/meyiapir/cryptograph
aes aes-encryption cryptography file-encryption python python3
Last synced: 4 months ago
JSON representation
This is a simple console application for encrypting files using AES, written in Python.
- Host: GitHub
- URL: https://github.com/meyiapir/cryptograph
- Owner: meyiapir
- Created: 2022-11-19T20:27:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T20:31:02.000Z (over 2 years ago)
- Last Synced: 2025-01-10T19:24:58.264Z (5 months ago)
- Topics: aes, aes-encryption, cryptography, file-encryption, python, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptograph
***
## This is a simple console application for encrypting files using AES, written in Python.