Hacker News new | ask | show | jobs
by ultramancool 3695 days ago
Sure, hiding it as a basic string is easy. But hiding it in a way that a simple code review won't catch is probably a lot harder.
1 comments

I think some array manipulation could do it if you're clever enough and don't make it obvious where all of the inputs comes from. So you'd make some particular parameters regenerate the string, and it wouldn't obviously stand out from the normal behavior.