https://github.com/elefthei/lmcipher
LMCipher: Logistic Map Cipher
https://github.com/elefthei/lmcipher
Last synced: 5 months ago
JSON representation
LMCipher: Logistic Map Cipher
- Host: GitHub
- URL: https://github.com/elefthei/lmcipher
- Owner: elefthei
- License: mit
- Created: 2013-10-15T01:00:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T05:18:25.000Z (over 10 years ago)
- Last Synced: 2025-04-11T21:19:48.054Z (about 1 year ago)
- Language: Matlab
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
README
lmcipher
========
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.
Disclaimer
===========
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.