Skip to content

Android RSA.decrypt also expects a base64 input #33

@pke

Description

@pke

This can't be right?

image

byte[] cipherBytes = Base64.decode(message, Base64.DEFAULT);

The RSA.decrypt and RSA.decrypt64 both threat input as base64. Shouldn't the non base64 version just take the input string without decoding it first?

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