|
Algorithm 3 Watermark encryption. |
-
Require:
Watermark (W) of size
-
Ensure:
Encrypted watermark vectors of size , , ( /2)
-
1:
Partition W into even and odd position pixel vectors.
-
2:
Generate 8-bit binary intermediate key .
-
3:
Generate 128 bit by hashing using MD-5.
-
4:
Generate (( )/2) from using Algorithm 4.
-
5:
Shuffle using to get the encrypted vectors .
|