I'm storing user information in a table called Users in a SQL server 7.0 DB. The table also has a password field which at the moment has plain text. Can i encrypt this field so that it holds an encrypted version of the text and not the text as such. Once I encrypt it, how do i decrypt it? Any suggesitons would be really appreciated. Thanks in advance.