Click here to Skip to main content
15,917,612 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Generics instead of parameters? Pin
Prasanta_Prince16-Apr-11 4:37
Prasanta_Prince16-Apr-11 4:37 
AnswerRe: Generics instead of parameters? Pin
ToddHileHoffer20-Apr-11 10:47
ToddHileHoffer20-Apr-11 10:47 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel20-Apr-11 10:51
professionalSander Rossel20-Apr-11 10:51 
AnswerRe: Generics instead of parameters? Pin
David Farrow29-Apr-11 5:26
David Farrow29-Apr-11 5:26 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel29-Apr-11 7:45
professionalSander Rossel29-Apr-11 7:45 
GeneralRe: Generics instead of parameters? Pin
David Farrow29-Apr-11 8:20
David Farrow29-Apr-11 8:20 
GeneralRe: Generics instead of parameters? Pin
Sander Rossel29-Apr-11 9:05
professionalSander Rossel29-Apr-11 9:05 
QuestionData security: Encryption? Hashing? Which method? Pin
Gregory Gadow13-Apr-11 4:14
Gregory Gadow13-Apr-11 4:14 
This seems to be the best forum for my questions, so here goes.

My company's website is being redesigned, and I would like to add more security regarding some of the user information we store. My questions are about best practices and which of the .Net Framework's methods are preferable.

Some data, like contact information, will be encrypted. This allows the data to be stored securely and be converted back into plaintext for display in various contexts. Is there a particular method in System.Security.Cryptography that is considered better than the rest?

I'm not sure whether passwords will be encrypted or hashed. I believe hashing is faster, but if a user forgets his password it cannot be looked up and will have to be changed. Also, we have business rules saying that a user must change his password every 30 days and cannot change it to any password used in the last 6 months: whatever method I implement must be compatible with these rules. Any suggestions?
AnswerRe: Data security: Encryption? Hashing? Which method? Pin
Not Active13-Apr-11 5:00
mentorNot Active13-Apr-11 5:00 
AnswerRe: Data security: Encryption? Hashing? Which method? Pin
#realJSOP13-Apr-11 5:03
professional#realJSOP13-Apr-11 5:03 
GeneralRe: Data security: Encryption? Hashing? Which method? Pin
Pete O'Hanlon15-Apr-11 9:20
mvePete O'Hanlon15-Apr-11 9:20 
AnswerRe: Data security: Encryption? Hashing? Which method? Pin
Prasanta_Prince16-Apr-11 4:46
Prasanta_Prince16-Apr-11 4:46 
QuestionLatest Third party .Net Tools and Architecture [modified] Pin
Prasanta_Prince13-Apr-11 3:36
Prasanta_Prince13-Apr-11 3:36 
AnswerRe: Latest Third party .Net Tools and Architecture Pin
Not Active13-Apr-11 4:01
mentorNot Active13-Apr-11 4:01 
AnswerRe: Latest Third party .Net Tools and Architecture Pin
Simon_Whale13-Apr-11 4:20
Simon_Whale13-Apr-11 4:20 
AnswerRe: Latest Third party .Net Tools and Architecture Pin
Abhinav S19-Apr-11 4:36
Abhinav S19-Apr-11 4:36 
Question.Net remoting Pin
Helfdane12-Apr-11 3:37
Helfdane12-Apr-11 3:37 
AnswerRe: .Net remoting Pin
Pete O'Hanlon12-Apr-11 4:36
mvePete O'Hanlon12-Apr-11 4:36 
GeneralRe: .Net remoting Pin
Helfdane12-Apr-11 22:22
Helfdane12-Apr-11 22:22 
GeneralRe: .Net remoting Pin
Pete O'Hanlon12-Apr-11 22:52
mvePete O'Hanlon12-Apr-11 22:52 
GeneralRe: .Net remoting Pin
Gregory Gadow13-Apr-11 4:18
Gregory Gadow13-Apr-11 4:18 
GeneralRe: .Net remoting Pin
Helfdane13-Apr-11 8:31
Helfdane13-Apr-11 8:31 
GeneralRe: .Net remoting Pin
Pete O'Hanlon13-Apr-11 10:16
mvePete O'Hanlon13-Apr-11 10:16 
GeneralRe: .Net remoting Pin
Gregory Gadow13-Apr-11 10:21
Gregory Gadow13-Apr-11 10:21 
GeneralRe: .Net remoting Pin
Pete O'Hanlon13-Apr-11 10:24
mvePete O'Hanlon13-Apr-11 10:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.