Hello
I have a sets of data stream, i want to encrypt the data streams using chaotic system or logistcs map. unfortunately the codes i have found are used to encrypt images, could i use the same code for the data streams?
thanks in advence

 채택된 답변

Walter Roberson
Walter Roberson 2019년 12월 16일

0 개 추천

Logicists maps can be used for this purposes, as they only need to know the current state.
"cat map" on the other hand requires 2D arrays. In theory you could create a 2D array of encryption information, and then keep a 2d state variable that reflected your current virtual position in the array, moving between the positions according to cat map.
But what you are asking is algorithm questions, and you should be researching in algorithm sources.
It is not entirely clear whether we are legally permitted to assist you with code for this purpose; the USA has strict laws about code for encryption purposes, and I think it likely that further discussion of implementing MATLAB code would pass those legal limits.

댓글 수: 4

Amelia
Amelia 2019년 12월 16일
@Waiter Roberson
My questions is about the tool only, i have searched for encryption algorithm and i know that they are not avaible easily.
Thanks
Walter Roberson
Walter Roberson 2019년 12월 17일
Which tool are you asking about? MATLAB itself does not have any Logistics Map of catmap tool. Are you using the File Exchange Contribution https://www.mathworks.com/matlabcentral/fileexchange/32424-logistics-map and referring to that as your tool ?
Amelia
Amelia 2019년 12월 25일
yes
Well, that File Exchange contribution cannot itself be used to encrypt or encode anything. However you can make use of the fundamental equation
x(i)=r*x(i-1)*(1-x(i-1));
The question you would have would be "given that a chaotic floating point sequence can be created, how would you use that to encrypt or encode a bit stream?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기

질문:

2019년 12월 16일

댓글:

2019년 12월 26일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by