Archives
-
Securely Transmit a Secret [password]
“Help, Dick, Help!” exclaimed Sally. “I lost my password” “Look, Jane, Look,” said Dick. “I emailed you your password.” Jane sees her password. Everybody sees her password. Jane is sad. Dick is sad. Transmitting secret information, such as a password, to a user across the Internet is often mishandled. One common way is to send the password through email. While
[Read more] -
Managing ASP.Net Membership Users and Roles
ASP.Net Membership was first introduced in ASP.Net 2.0 and is relatively easy to implement in your web application. As it has evolved there have been changes that add more features and extensibility but have obscured some of the basic tools needed to easily manage it. The ability to easily add users and roles to an initial implementation is one task I recently encountered that is difficult
[Read more]