I have this line of code in a coldfusion grid:
<cfgridcolumn name="password" display="yes" header="Password" headerbold="yes" />
How can I keep people from seeing the password?
I'm using a Coldfusion Grid to update a user table. One of the columns is a password field I would like to encrypt so users cannot read each others passwords when viewing the database. Is there a way to do this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.