Skip to content

Unicode-object must be encoded before hashing #168

@nwilson5

Description

@nwilson5

mailru.py backend in user_data():

md5(''.join(param_list) + secret).hexdigest()

should be

md5((''.join(param_list) + secret).encode('utf-8')).hexdigest()

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