Using OpenAI GPT models in shortcuts to integrate with Apple ecosystem. Check my blog post for more information https://blog.rankun.net/2024/03/17/explain_ask_proofread/.
In essence, NO ONE, including myself, has any means to access your API key. The sole means of misappropriating your API Key is through the openai_api_key.txt stored in your iCloud, or by hacking GitHub Pages.
In Detail
If you are using Shortcuts described https://blog.rankun.net/2024/03/17/explain_ask_proofread/
https://html-gpt.rankun.net/gpt_enc.html?api_key=weoi...&data_url=https://bin.sps.mindfine.com/...html-gpt/gpt_enc.html
html-gpt/gpt.html
In summary:
bin.sps.mindfine.com (rankun203/html-gpt) only keeps the encrypted queries for 1min, doesn’t have access to your API Key.html-gpt.rankun.net (GitHub Pages, this repo) will have the base64 encoded API Key in the URL.If you open the page as a webview, you may not be able to print inside the webview. In that case, you can use this service (rankun203/html-gpt-print) to print the conversation for safekeeping.