pub fn hash_api_key(api_key: &str) -> String
Hash an API key for storage
Uses SHA-256 to hash API keys for secure storage. The original key should never be stored, only the hash.