Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(encryption): Implement e2e encryption using encryptedStorage composable #363

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Dec 30, 2023

  1. feat(encryption): ✨ Implemented symmetric encryption of values

    Key encryption wip; Asymmetric encryption wip
    itpropro committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    18ca38c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59829fb View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. feat(encryption): ✨ Added key encryption, major refactor

    Replaced crypto library for nonce-misuse resistance and more modern nonce handling; Refactored types; Added optional encryption of keys; Adjusted normalization to encryption
    itpropro committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    259952e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. feat(encryption): ✨ Switched to url encoding for base64; Implemented …

    …generic testing option for encryption
    itpropro committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9ba000b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    385798a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb1a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e76ed3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8148091 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e752c21 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    1c88d64 View commit details
    Browse the repository at this point in the history