https://github.com/grishnov/pyspc2020
Substitution-permutation network cipher in Python with GUI for your files
https://github.com/grishnov/pyspc2020
Last synced: 7 months ago
JSON representation
Substitution-permutation network cipher in Python with GUI for your files
- Host: GitHub
- URL: https://github.com/grishnov/pyspc2020
- Owner: GRISHNOV
- Created: 2020-01-29T19:28:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T18:31:08.000Z (over 5 years ago)
- Last Synced: 2025-01-28T20:38:27.452Z (9 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PySPC2020
Substitution-permutation network cipher in Python## Description
Implementation of the stream Vernam Cipher with the preceding substitution-box, which generated dynamically based on an additional parameter (initialization vector).
Allows you to encrypt any files on the disk.
A graphical user interface is planned.
![]()
```
The project is currently under development.
```