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

UI for encryption before upload #53

Open
lidel opened this issue Apr 12, 2018 · 2 comments
Open

UI for encryption before upload #53

lidel opened this issue Apr 12, 2018 · 2 comments
Labels
dif/medium Prior experience is likely helpful effort/days Estimated to take multiple days, but less than a week kind/enhancement A net-new feature or improvement to an existing feature P2 Medium: Good to have, but can wait until someone steps up status/ready Ready to be worked topic/design-ux UX strategy, research, not solely visual design topic/design-visual Visual design ONLY, not part of a larger UX effort

Comments

@lidel
Copy link
Member

lidel commented Apr 12, 2018

Part of UX improvements for sharing local files (#342)

Idea extract from #34 (comment) and ipfs/ipfs-companion#342

Provide easy way to share secrets

  • encryption and decryption happen client-side (JS)
    • use well known, audited library
  • an option to encrypt content before upload via AES
    • uploader can choose enter a secret (password) for encryption or it will be generated automatically
      • ideas: it can be a "password" in proquint form, or a "key" in hash part of the URL
    • produce additional static landing page that instead of details about uploaded data prompts receipent for secret required for decryption
    • after decryption, show regular landing page (Design: Share files via IPFS #34 (comment))
@lidel lidel added the kind/enhancement A net-new feature or improvement to an existing feature label Apr 12, 2018
@alanshaw
Copy link
Member

haha @olizilla and I built this once before

@lidel
Copy link
Member Author

lidel commented Jun 23, 2018

Some poc/prior art:

  • https://github.com/jbenet/ipfs-senc – simple private file sharing on ipfs.

    part of making ipfs-senc is to give people something to experiment with in making, getting, viewing encrypted content, so we can get a better idea about usage flows and then later design better tools for it.

@lidel lidel changed the title UI for symmetric encryption before upload UI for encryption before upload Jun 25, 2018
@ericronne ericronne added design topic/design-visual Visual design ONLY, not part of a larger UX effort and removed design labels May 22, 2019
@jessicaschilling jessicaschilling added dif/medium Prior experience is likely helpful effort/days Estimated to take multiple days, but less than a week P2 Medium: Good to have, but can wait until someone steps up status/ready Ready to be worked topic/design-ux UX strategy, research, not solely visual design labels Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dif/medium Prior experience is likely helpful effort/days Estimated to take multiple days, but less than a week kind/enhancement A net-new feature or improvement to an existing feature P2 Medium: Good to have, but can wait until someone steps up status/ready Ready to be worked topic/design-ux UX strategy, research, not solely visual design topic/design-visual Visual design ONLY, not part of a larger UX effort
Projects
No open projects
Status: Needs Grooming
Development

No branches or pull requests

4 participants