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

https://github.com/corentinb/matrix-encryption

Encryption system based on matrix multiplication
https://github.com/corentinb/matrix-encryption

Last synced: about 2 months ago
JSON representation

Encryption system based on matrix multiplication

Awesome Lists containing this project

README

          

# matrix-encryption

Matrix encryption program written in python (need python >3.6 to be executed)
Currently only able to encrypt, soon will be able to decrypt.

# Usage

```
./matrix-encryption
```

Option can be 0 or 1, 0 for encryption, 1 for decryption.

![example](https://image.noelshack.com/fichiers/2017/51/1/1513637372-capture-d-ecran-2017-12-18-a-23-49-19.png)