Skip to content

read XOR encoded blocks #16

@jbride

Description

@jbride
  1. Read raw (encrypted) bytes from the file
  2. If an XOR key exists, decrypt each byte by XORing it with the corresponding key byte
  3. Key bytes are used cyclically (if data is longer than key)
  4. Convert decrypted bytes back to the desired data type

decode example:

data
encoded data: 01111000
XOR Key: 10101010
decoded data: 11010010

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions