@pschwede
Passwords are hashed but that also prevents a website from being able to display a users password back to them, it can only be used to confirm if a submitted password is correct.
So similarly if you treated posts or DM like passwords and hash them then there would be no way to possibly render the message to the user.