Skip to content

使用MD5不符合安全规范 #436

Open
@kexinoh

Description

下面代码使用MD5对密码加密不符合安全规范,应该使用PBKDF相关函数,并采用SHA256等安全哈希函数

{"username": username, "password": md5(password), "applicant": applicant}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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