Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to open P to P Conference system in VB community? Pin
Dave Kreskowiak28-Feb-18 17:32
mveDave Kreskowiak28-Feb-18 17:32 
QuestionHow to Create Asynchronous Web Service in MVC C# Pin
Renuka Garg Phatak28-Feb-18 8:57
Renuka Garg Phatak28-Feb-18 8:57 
AnswerRe: How to Create Asynchronous Web Service in MVC C# Pin
Gerry Schmitz28-Feb-18 10:40
mveGerry Schmitz28-Feb-18 10:40 
QuestionRe: How to Create Asynchronous Web Service in MVC C# Pin
Eddy Vluggen1-Mar-18 9:34
professionalEddy Vluggen1-Mar-18 9:34 
AnswerRe: How to Create Asynchronous Web Service in MVC C# Pin
Gerry Schmitz1-Mar-18 10:07
mveGerry Schmitz1-Mar-18 10:07 
AnswerRe: How to Create Asynchronous Web Service in MVC C# Pin
Gerry Schmitz1-Mar-18 10:19
mveGerry Schmitz1-Mar-18 10:19 
GeneralRe: How to Create Asynchronous Web Service in MVC C# Pin
Renuka Garg Phatak2-Mar-18 4:04
Renuka Garg Phatak2-Mar-18 4:04 
AnswerRe: How to Create Asynchronous Web Service in MVC C# Pin
MadMyche5-Mar-18 7:15
professionalMadMyche5-Mar-18 7:15 
GeneralRe: How to Create Asynchronous Web Service in MVC C# Pin
Renuka Garg Phatak6-Mar-18 2:55
Renuka Garg Phatak6-Mar-18 2:55 
QuestionCrystal report page footer problem Pin
Member 1257026328-Feb-18 1:32
Member 1257026328-Feb-18 1:32 
AnswerRe: Crystal report page footer problem Pin
Eddy Vluggen28-Feb-18 1:36
professionalEddy Vluggen28-Feb-18 1:36 
AnswerRe: Crystal report page footer problem Pin
phil.o28-Feb-18 2:54
professionalphil.o28-Feb-18 2:54 
AnswerRe: Crystal report page footer problem Pin
OriginalGriff28-Feb-18 4:06
mveOriginalGriff28-Feb-18 4:06 
AnswerRe: Crystal report page footer problem Pin
The Junior28-Feb-18 8:06
The Junior28-Feb-18 8:06 
AnswerRe: Crystal report page footer problem Pin
Mycroft Holmes28-Feb-18 13:14
professionalMycroft Holmes28-Feb-18 13:14 
QuestionClient 2 Client File Encryption Pin
The Junior27-Feb-18 22:32
The Junior27-Feb-18 22:32 
AnswerRe: Client 2 Client File Encryption Pin
OriginalGriff28-Feb-18 0:45
mveOriginalGriff28-Feb-18 0:45 
GeneralMessage Closed Pin
28-Feb-18 1:11
The Junior28-Feb-18 1:11 
GeneralRe: Client 2 Client File Encryption Pin
Eddy Vluggen28-Feb-18 1:18
professionalEddy Vluggen28-Feb-18 1:18 
GeneralRe: Client 2 Client File Encryption Pin
The Junior28-Feb-18 1:37
The Junior28-Feb-18 1:37 
GeneralRe: Client 2 Client File Encryption Pin
Eddy Vluggen28-Feb-18 2:36
professionalEddy Vluggen28-Feb-18 2:36 
ZilverZtream wrote:
So it's still limiting the impact of a hack. Sure, if that hacker gets enough time, he could sit there, keylogging every ID that particular client has access to,
I wouldn't be after the ID's, but the username and password of the client Smile | :)

See, much will stand and fall with authentication; can you trust the client to be the real intended client? If you can't be sure who you're talking to, then it will hardly matter how secure things are stored on the server.

Online banking requires me to pick up a small device, point it at a generated token, and enter a number generated by said device. That's a bit harder to recreate than a password. It is a separate device, not an app on a smartphone - you'd have to do a lot of expensive reverse-engineering to generate a viable password-token.

You'll have no control over the clients' security, so giving them keys that the client-computer can read might not be a great idea. Don't use them to store secrets.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Client 2 Client File Encryption Pin
The Junior28-Feb-18 3:05
The Junior28-Feb-18 3:05 
GeneralRe: Client 2 Client File Encryption Pin
Eddy Vluggen28-Feb-18 3:09
professionalEddy Vluggen28-Feb-18 3:09 
GeneralRe: Client 2 Client File Encryption Pin
The Junior28-Feb-18 3:14
The Junior28-Feb-18 3:14 
GeneralRe: Client 2 Client File Encryption Pin
Eddy Vluggen28-Feb-18 3:20
professionalEddy Vluggen28-Feb-18 3:20 

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.