1 / 7

Hybrid Cipher

Hybrid Cipher. Key. IV. Key. Hybrid Cipher. Plain. Cipher. Hybrid Cipher. Plain. Text. Text. Text. decryption. encryption. Note : IV used in encryption is not used in decryption. Features. Initialization Vector (IV) necessary only in Encryption Hash Integration

julie
Télécharger la présentation

Hybrid Cipher

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hybrid Cipher Key IV Key Hybrid Cipher Plain Cipher Hybrid Cipher Plain Text Text Text decryption encryption Note: IV used in encryption is not used in decryption

  2. Features • Initialization Vector (IV) necessary only in Encryption • Hash Integration • Ciphertext Length Variation for same plaintext • Customizability • Secure Watermarking • Tamperproof • Adaptability • Choice of core encryption engines

  3. Hybrid Cipher Schema Adjust for cipher block size Break up Into varying length blocks Plain Text Cipher Dynamic Mixing Hash Dynamic Mixing Pseudo-random generator • Similar process is used in Decryption • Pseudo-random generator is not required during decryption • AES or any other cipher can be used in the “Cipher” block • Use of IV is not shown in this high level detail Cipher Text

  4. Hash distribution with AES • Each set of rows represent cipher text distribution and cipher bytes in Hex • cc = cipher text bytes from AES for the same plain text bytes • hh = hash bytes distribution • xx = random bytes distribution

  5. Hash distribution with VM • Each set of rows represent cipher text distribution and cipher bytes in Hex • cc = cipher text bytes from VM for the same plain text bytes • hh = hash bytes distribution • xx = random bytes distribution

  6. Cipher text length variations with AES Varying cipher text lengths in this column

  7. Cipher text length variations with VM Varying cipher text lengths in this column

More Related