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

Adding encryption primitives #1

Merged
merged 4 commits into from
Apr 11, 2024
Merged

Adding encryption primitives #1

merged 4 commits into from
Apr 11, 2024

Conversation

brickpop
Copy link
Contributor

@brickpop brickpop commented Apr 3, 2024

Adds a wrapper to enable symmetric and asymmetric encryption of text and binary data

  • Uses libsodium
  • Web Assembly execution under the hood

@brickpop brickpop requested review from carlosgj94 and xavikh April 3, 2024 16:38
Copy link
Contributor

@xavikh xavikh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this should be included in Aragonette. If we want to include emergency proposals for Polygon this is going to be handy.

You should be able to create a PR there running this:

git remote add upstream [email protected]:aragon/aragonette.git
git remote set-url --push upstream DISABLE

git push upstream <local_branch_name>

utils/encryption/symmetric.ts Show resolved Hide resolved
utils/encryption/asymmetric.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@xavikh xavikh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ⛴️

@brickpop brickpop merged commit 8f2ffaa into main Apr 11, 2024
2 checks passed
@brickpop brickpop deleted the f/encryption branch April 11, 2024 10:15
@brickpop brickpop mentioned this pull request Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants