I have some sensitive data like user data and stuff stored in arrays at times.and the problem is that with a very high probability unset behaves just like deleting on most file systems work, just remove it from the index and well, "out of sight out of mind", but I clearly want to annihilate the arrays contents, so they cannot be read anymore even if there might be a second heartbleed or similar stuff... so I want to completely overwrite the array's data so it cannot be retrieved from the ram anymore after I finished my work with it.
any ideas?