-
Notifications
You must be signed in to change notification settings - Fork 4
Secure llm keys with encryption before saving in the vault #210
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
Conversation
Pulling changes from Burokratt WIP to rootcodelabs/RAG-Module wip
Get update from RAG-201-Fix into encrypt-llm-keys
update cron manager vault script
Streaming response formatting
…G-Module into encrypt-llm-keys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
README.md
Outdated
| - Models searchable via dropdown with cache-enabled indicators. | ||
|
|
||
| - **Enhanced Security with RSA Encryption** | ||
| - LLM credentials encrypted with RSA-4096 asymmetric encryption before storage. |
Copilot
AI
Jan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation claims RSA-4096 encryption, but the implementation in vault-init.sh line 195 uses RSA-2048 (openssl genrsa -out \"$TEMP_KEY_DIR/private.pem\" 2048). Update the documentation to accurately reflect RSA-2048.
| - LLM credentials encrypted with RSA-4096 asymmetric encryption before storage. | |
| - LLM credentials encrypted with RSA-2048 asymmetric encryption before storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address this
README.md
Outdated
| - Models searchable via dropdown with cache-enabled indicators. | ||
|
|
||
| - **Enhanced Security with RSA Encryption** | ||
| - LLM credentials encrypted with RSA-4096 asymmetric encryption before storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address this
No description provided.