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

End-to-end encryption #38

Open
JohnPalmer opened this issue Jan 21, 2022 · 1 comment
Open

End-to-end encryption #38

JohnPalmer opened this issue Jan 21, 2022 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@JohnPalmer
Copy link
Contributor

Implement a system for end-to-end encryption of data being sent to survey APIs, similar to the one used in original Space Mapper.

@JohnPalmer JohnPalmer added the feature request New feature or request label Jan 21, 2022
@JohnPalmer JohnPalmer added this to the MVP milestone Jan 21, 2022
@JohnPalmer JohnPalmer self-assigned this Jan 21, 2022
@pablogalve pablogalve removed their assignment May 8, 2023
@JohnPalmer
Copy link
Contributor Author

This is now almost complete using fast_rsa. We now just need to deal with project-specific public keys and turn the feature on. (It is off for testing so that it is easier to see the data as it comes in. See lib/models/send_data_to_api.dart 13, 40, 43, 50.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants