Forum: ASP.NET Mar 25th, 2006 |
| Replies: 8 Views: 4,359 So I should just develop a traditional database app and not go ASP .NET. The reason I need to encrypt is because my app will have financial information and items such as social security numbers. So... |
Forum: ASP.NET Mar 24th, 2006 |
| Replies: 8 Views: 4,359 Well, I was thinking of encrypting the fields themselves, possibly using symetric encryption...
Chester |
Forum: ASP.NET Mar 20th, 2006 |
| Replies: 8 Views: 4,359 Yeah, I was thinking about just hashing the password. But my only problem is the web hosting company DB admins can see whatever the database contains or create a user that can do it. I want to... |
Forum: ASP.NET Mar 19th, 2006 |
| Replies: 8 Views: 4,359 I am wanting to know what ways to attempt to do this. I want to set up an ASP >NET database service. The database (MySQL) will be hosted by a web hosting company which mya not be secure. I am... |