Skip to main content
. 2020 Nov 4;22(11):1253. doi: 10.3390/e22111253
Algorithm 5 Summary of the proposed video encryption process.
  • Input: Plain Video Pv.

  • Output: Cipher video file Cv.

  • Begin
    1. Separate the image frames and voice components of the input plain video file.
    2. Execute Algorithm 3 for voice file encryption.
    3. Execute Algorithm 4 for image frames encryption.
    4. Reverse the operation for the decryption process to obtain Pv.
  • End