Ancestors

Written by Lee Holmes :donor: on 2025-01-24 at 23:58

Had an interesting situation where AI coding helped make something more secure.

I was writing a tool to connect to Azure AI, which requires an auth key. Some example code had this coming from an environment variable, which is a super common practice. So I asked AI if there was a way to make this more secure.

I was using Cursor, so it recommended (and implemented) a version where it securely prompted for the string at first launch and then stored the secret via keyring (Credential Manager on Windows).

Storing in keyring is far more secure, but realistically most people wouldn't do it by hand because the environment variable approach is "good enough." But because AI made it so easy, it actually got done.

=> More informations about this toot | More toots from Lee_Holmes@infosec.exchange

Written by iRony on 2025-01-25 at 00:03

@Lee_Holmes interesting, I'm also using Azure AI (Foundry) but using the environment variable approach 😅 . Eventually I want to set up Keyvault...

=> More informations about this toot | More toots from rony@novaparis.art.br

Toot

Written by Lee Holmes :donor: on 2025-01-25 at 00:05

@rony Perfect example :) Well, here's how to do it in Rust if you're interested! All of this was AI written - https://github.com/LeeHolmes/ai/blob/main/src/main.rs#L134

=> More informations about this toot | More toots from Lee_Holmes@infosec.exchange

Descendants

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113886068960520065
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
257.451766 milliseconds
Gemini-to-HTML Time
1.263317 milliseconds

This content has been proxied by September (3851b).