Skip to content

add mustB64dec which fails on bad b64 data instead of decoding to "illegal base64 data at input byte ..." #417

@dastrobu

Description

@dastrobu

When trying to decode bad b64 data, the current b64dec function does not fail, but prints out illegal base64 data at input byte instead.

Along sprigs must... pattern, I propose to add a mustB64dec function, which fails on bad b64 encoded data.

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