Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Documentation and code is incorrectly stating that encryption is being used. #29

@SvenRtbg

Description

@SvenRtbg

The readme states that both "symmectric encryption" and "asymmetric encryption" is being used.

This is wrong. The algorithms used do not encrypt, they do hash, or sign, the values. However the values remain as clear text, just base64-encoded. They cannot be manipulated this way (only if you use "none" as the signing method), but are open to everyone to read.

This documentation fault is replicated in the namespace of so called Encryption classes, which are only Hashing or Signing classes.

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