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
- Host: GitHub
- URL: https://github.com/corentinb/matrix-encryption
- Owner: CorentinB
- Created: 2017-12-18T22:43:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T22:57:13.000Z (over 8 years ago)
- Last Synced: 2025-03-11T00:55:57.559Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
