diff --git a/Chat.go b/Chat.go
index adca8e1..d4c67b6 100644
--- a/Chat.go
+++ b/Chat.go
@@ -426,7 +426,8 @@ func generateEnterKeyChatHTML() string {
Get DeepSeek API key
-
+
+
Note: Key are encrypted and saved on a secure database link only with the app.
`
htmlString := "
"
diff --git a/TODO.md b/TODO.md
index eb4ed0e..270d53a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -21,6 +21,7 @@
[ ] Add login with other provider
[ ] Better temperature settings. (Anthropic from 0-1, OpenAI from 0-2, DeepSeek from -2-2, ect)
[ ] Auto update the modelsInfos list
+[ ] Encrypt the API keys
# Other
[ ] Change the terms of service and enter keys page to an HTML
diff --git a/views/partials/popover-settings.html b/views/partials/popover-settings.html
index 979e56a..ca7a7a0 100644
--- a/views/partials/popover-settings.html
+++ b/views/partials/popover-settings.html
@@ -139,22 +139,6 @@