02 Mar 26
Your .env files are a liability. Two simple patterns for injecting secrets from 1Password or macOS Keychain so credentials never touch disk as plaintext.
12 Oct 24
04 Apr 24
@m455@tiny.tilde.website linked to these flags for GCC to perhaps consider sometimes.
04 Dec 23
Many apps use API keys when authenticating network requests. Although there are better ways of authenticating requests like OAuth with PKCE, but it might not always be possible. One thing what we must keep in mind is that it is fairly simple to extract strings from IPA files and therefore, if we store API keys…