Logistic Map Cipher Code
Brought to you by:
elefthei
| File | Date | Author | Commit |
|---|---|---|---|
| Matlab | 2016-02-16 | elefthei | [r2] Initial commit |
| doc | 2016-02-16 | elefthei | [r2] Initial commit |
| src | 2016-02-16 | elefthei | [r4] Up for review |
| INSTALL | 2016-02-16 | elefthei | [r2] Initial commit |
| LICENSE | 2016-02-16 | elefthei | [r2] Initial commit |
| Makefile | 2016-02-16 | elefthei | [r2] Initial commit |
| README.md | 2016-02-16 | elefthei | [r2] Initial commit |
| changelog | 2016-02-16 | elefthei | [r2] Initial commit |
LMCipher: Logistic Map Cipher
The logistic map cipher is a simple proof of concept of a cipher that uses the logistic map function.
To use see INSTALL and to compile run 'make'.
The end executable 'lmcipher' can be used to encrypt files using a given key. The bigger the key the better the security.
Under no circumstances should this be considered a viable security solution, this is a research project.
I will not assume responsibility for bugs that could lead to weaker security. Use at own risk.