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

Retrieve encrypted requests without decrypting them. Decrypt later. #1534

Open
MantisClone opened this issue Dec 16, 2024 · 0 comments
Open

Comments

@MantisClone
Copy link
Member

MantisClone commented Dec 16, 2024

Problem

The Request Network SDK cannot return encrypted requests without decrypting them.

Motivation

We want to display encrypted requests without decrypting them in Request Scan.

Proposed Solution

Change the SDK to support:

  • Retrieving encrypted requests without decryption.

Considerations

The SDK does support a toggle for whether encrypted requests should be included in the returned results. If decryptionEnabled, the results will include the decrypted requests. Else, the results will include only unencrypted requests and encrypted requests are omitted entirely.

@MantisClone MantisClone changed the title Decouple request retrieval and decryption. Retrieve encrypted requests without decrypting them. Decrypt later. Retrieve encrypted requests without decrypting them. Decrypt later. Dec 16, 2024
@MantisClone MantisClone moved this from 🆕 New to 🎫 Backlog in Request Network Tech Backlog Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎫 Backlog
Development

No branches or pull requests

1 participant