| Algorithm 2: Hybrid chaotic map (I) |
|
Input: Input: Any Square image Output: Output: New encrypted image 1 n, r, c 2 ACM(I) 3 Shuffle(I) 4 LogisticMap() 5 6 for to m do 7 for to m do 8 if then 9 10 else 11 12 end if 13 end for 14 end for 15 return |
| Algorithm 2: Hybrid chaotic map (I) |
|
Input: Input: Any Square image Output: Output: New encrypted image 1 n, r, c 2 ACM(I) 3 Shuffle(I) 4 LogisticMap() 5 6 for to m do 7 for to m do 8 if then 9 10 else 11 12 end if 13 end for 14 end for 15 return |