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

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

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.
```