Skip to content

[Security] Storing password as plain text #444

Closed
@PawlikMichal25

Description

@PawlikMichal25

I just realised that the library is saving ParseUser data on most of successful user operations, which might seem handy, but the problem is that it is stored as plain text, including password, which is definitely a security issue.

I believe we should change library's behaviour here or at least make it more clear that the library is storing user passwords as plain text.
What do you think?

Or am I missing something? I know that encryption can be turned on in CoreStore library, but right now that would be suboptimal solution, because all data would be automatically encrypted.

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