Skip to content

数据中有空格时解密结果不全 #1

@redoca

Description

@redoca

建议去掉HexToStr.m 中82行以下代码,会导致数据中有空格时解密结果不全

for(int i=0;i<inputCharSize;i++){
        printf("%02x ", output[i]);
        if (output[i] == 32) {
            kgPos = i;
            output[i] = '\0';
        }
    }

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