Skip to main content
. 2020 Oct 29;20(21):6158. doi: 10.3390/s20216158
Algorithm 5:Securing blocks for resistance against encryption attacks.
  Input: Blocksretrieved(Bi)frommessageandInV
  Output: EncodedblockswithInV
1  fori=0;i<noofblocksB;i++;
2  letBi=BiInV;
3  letBim=map(Bi);
4  letInV=Bim;
5  EncodedmessagethesetofBi