hi。。how about this~???
2 posters
Page 1 of 1
hi。。how about this~???
HOW about the output of this algorithm,does it convenient to use,and another question,how to bring zuc to encryption
mouse_lhj- Posts : 1
Join date : 2010-11-18
Re: hi。。how about this~???
On how to use ZUC to encrypt a message, please refer to 128-EEA3, which is one of methods using ZUC.
Indeed ZUC is a synchronous stream cipher. When you prepare to use ZUC to encrypt a message, you first use the initial key IK and the initial vector IV to control ZUC to generat some keystream, then you can XOR the message directly with the keystream you get at the first step, and get the corresponding ciphertexts. Similarly, when decrypting ciphertexts, you use the same IK and IV to control ZUC to generate the keystream in the same way, and then xor ciphertexts with them directly, and finally get the message.
Indeed ZUC is a synchronous stream cipher. When you prepare to use ZUC to encrypt a message, you first use the initial key IK and the initial vector IV to control ZUC to generat some keystream, then you can XOR the message directly with the keystream you get at the first step, and get the corresponding ciphertexts. Similarly, when decrypting ciphertexts, you use the same IK and IV to control ZUC to generate the keystream in the same way, and then xor ciphertexts with them directly, and finally get the message.
Xiutao Feng- Posts : 13
Join date : 2010-08-20
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|