Thought people might be interested in seeing a project I’ve almost completed.

Purplix.io is a open source end-to-end encrypted survey system & warrant canary manger / viewer.

Would love some feedback or to answer any questions anyone has!

(Ignore the Nav not expanding to the bottom on some of the screenshots, thats just due to the screen shotting tool i use for full page screenshots.)

  • Karcinogen
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Where is the data stored? Is it encrypted at rest?

    • WardPearce@lemmy.nzOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      No, survey questions and answers are encrypted & decrypted locally. At no point does the server or any other actors can view that plain data said from whom the survey is intended for.

      • Tangent5280@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        I understand encrypted-at-rest to mean that the data is always stored under encryption, except when it is being actively being used or displayed. Am I wrong? So in your usecase also, all data is stored under encryption and only decrypted by the surveyor or the surveyed; so this is encrypted at rest, no?

        • WardPearce@lemmy.nzOP
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          Encrypted at rest doesn’t always mean E2EE. For example if data is transmitted in plain text to the server and then encrypted before storage. This is still encrypted at rest.