Skip to content

Encryption with XXTEA/PHP different from XXTEA/JavaScript #5

@David263

Description

@David263

Here is are some results with XXTEA/PHP:

text:    This is an example. !@#$%^&*(){}[]:;
key:     8GmZWww5T97jb39W
encrypt: ZB3oHyOnV+jeZlS4JzQYxwiToxy0NYbcV7YN8wPDHsNLTjxJGPr+5w==
decrypt: This is an example. !@#$%^&*(){}[]:;

Encryption does not match the results for XXTEA/JavaScript:

text:    This is an example. !@#$%^&*(){}[]:;
key:     8GmZWww5T97jb39W
encrypt: BPAOskr9QeOE9S2gtKrArurP5RtjM+5GzQF6gLB4BKi+HAJV
decrypt: This is an example. !@#$%^&*(){}[]:;

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