alphaonelabs / alphaonelabs/learn

Use a secure encryption scheme

Open
#6 0 comments 1 reaction 2 assignees View on GitHub

@A1L13N is already working on this.

Since Mar 22, 2026.

Dominant language
HTML
Stars
2
Forks
21
PR merge metrics
No merged PRs in 30d

Description

Currently, the repository uses an XOR-based scheme with a fixed key derived from a secret. This approach is not secure and can be vulnerable to attacks (e.g., known-plaintext attacks).

I noticed that the code already mentions replacing this with a more robust encryption scheme (e.g., AES-GCM) at a later stage. However, I thought it might be useful to track this as an issue.

I’d be happy to work on this if you think it’s worth addressing at this stage.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.