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

Prompt and intellectual property protection. #244

Open
0wwafa opened this issue Aug 30, 2024 · 0 comments
Open

Prompt and intellectual property protection. #244

0wwafa opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
component:js sdk Issue/PR related to JavaScript SDK status:triaged Issue/PR triaged to the corresponding sub-team type:feature request New feature request/enhancement

Comments

@0wwafa
Copy link

0wwafa commented Aug 30, 2024

Description of the feature request:

Some application "power" relies on the use of prompts.
Prompts unfortunately are unprotected.
No matter how you can obfuscate them, but they will always be visible in the debug console.

Solution:
publish a public key.
Allow the payload to be encrypted with that public key.

In that way, the application could encrypt the messages normally (or send them in plain text) but could pre-encrypt the prompts.

What problem are you trying to solve with this feature?

Intellectual property protection using APIs.

Any other information you'd like to share?

Well. to be hones this should be implemented on all APIs, but let's start from here.

@manojssmk manojssmk added type:feature request New feature request/enhancement status:triaged Issue/PR triaged to the corresponding sub-team component:js sdk Issue/PR related to JavaScript SDK labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:js sdk Issue/PR related to JavaScript SDK status:triaged Issue/PR triaged to the corresponding sub-team type:feature request New feature request/enhancement
Projects
None yet
Development

No branches or pull requests

4 participants