Skip to content

md5 is harcoded  #1

@scrambler-crypto

Description

@scrambler-crypto

the hash function is (md5) is hardcoded in the init_key function.
The bug appears when the key is longer than the block size and the selected hash function is not md5.

self.key = bytearray(md5(key).digest())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions