期刊名称:International Journal of Computer Science and Network Security
印刷版ISSN:1738-7906
出版年度:2017
卷号:17
期号:7
页码:31-37
出版社:International Journal of Computer Science and Network Security
摘要:In recent year the exchange of information is become widely used. This information is accessible to all, so security is one of the important concept should provide for this information. Message Authentication is one of concept in digital world that is used to verify the integrity of message, message authentication confirm that the data received and send are same (means no modification, deletion or insertion). This paper aims to design and implementation new method for calculation Message Authentication Code (MAC) based on shared secret substitution-box (S-Box) key to provide the message integrity. The methodology consists of four steps: firstly generation the S-Box table using the shared secret key. Secondly, split the message M into blocks (each block will contain number of bits). Thirdly, apply the substitution operation for each character in each block (depend on the index of character in block and block number) using S-Box table. Finally, use mathematical operation to generate the MAC from blocks. The MAC will attach to message and send to receiver, the receiver compare the incoming MAC with calculator MAC, if there is a mismatch the receiver knows that the message has been modify. The result shows, without any doubt, are faster (no rounds), more secure, and less complex comparing with standard method of MAC.