Encrypt data from database

  • Hi friends,

    I am using Asp.Net 2.0 application. I have a user information form like username, password,name,lastname etc., I stored this information in a database. In the user information form one view button available. Suppose user click the view button, i show the information of user from database. What my query is that i need to show some fields like encrypted method from database. ie password and mobile no like **** or some encrypted no.Is it possible in .Net that encrypted data from database to our front end.

    Hope Your's reply.

  • The SP that fetches the data from DB, You can replace part of the Data in the Mobile number column with *** or completely. I am sure that ASP.NET can also do that once you get the data.

    -Roy

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply