Hacker News new | ask | show | jobs
by dspillett 1736 days ago
> neither EncryptData nor DecryptData have any way of passing a key

There could have been other smells involved, like the key being held in some more global scope instead of being passed in via the call stack.