Click here to Skip to main content
15,881,882 members
Home / Discussions / Work Issues
   

Work Issues

 
AnswerRe: Web developer employment Pin
Bohdan Stupak13-Feb-19 22:50
professionalBohdan Stupak13-Feb-19 22:50 
AnswerRe: Web developer employment Pin
Richard MacCutchan13-Feb-19 23:18
mveRichard MacCutchan13-Feb-19 23:18 
AnswerRe: Web developer employment Pin
Member 138680818-Jan-20 11:03
Member 138680818-Jan-20 11:03 
QuestionWhat is the best programming language for developing ERPs Pin
Maria Okta25-Jul-18 17:20
professionalMaria Okta25-Jul-18 17:20 
AnswerRe: What is the best programming language for developing ERPs Pin
Richard Deeming26-Jul-18 1:57
mveRichard Deeming26-Jul-18 1:57 
AnswerRe: What is the best programming language for developing ERPs Pin
ElisaCurl12-Sep-18 0:27
ElisaCurl12-Sep-18 0:27 
AnswerRe: What is the best programming language for developing ERPs Pin
ReolusTechnologies12-Nov-19 1:47
professionalReolusTechnologies12-Nov-19 1:47 
AnswerRe: What is the best programming language for developing ERPs Pin
m8e31-Mar-23 18:19
m8e31-Mar-23 18:19 
QuestionLaunching Visual Studio From External Hard Drive Pin
Keith@Stand21-Jul-18 6:42
Keith@Stand21-Jul-18 6:42 
QuestionSome things that are bothering me about file/data corruption Pin
Thaana Paana27-Jun-18 2:38
Thaana Paana27-Jun-18 2:38 
QuestionWhat is the business world like for a programmer? Pin
Member 1388205321-Jun-18 11:02
Member 1388205321-Jun-18 11:02 
AnswerRe: What is the business world like for a programmer? Pin
Nitin S11-Jul-18 0:25
professionalNitin S11-Jul-18 0:25 
AnswerRe: What is the business world like for a programmer? PinPopular
Nathan Minier26-Jul-18 2:39
professionalNathan Minier26-Jul-18 2:39 
GeneralRe: What is the business world like for a programmer? Pin
kmoorevs12-Aug-18 6:56
kmoorevs12-Aug-18 6:56 
Question[Solved] Private/Public Key Pair, I'm unsure, please help to clarify Pin
User 1106097910-May-18 5:27
User 1106097910-May-18 5:27 
AnswerRe: Private/Public Key Pair, I'm unsure, please help to clarify Pin
Richard Deeming10-May-18 5:53
mveRichard Deeming10-May-18 5:53 
GeneralRe: Private/Public Key Pair, I'm unsure, please help to clarify Pin
User 1106097910-May-18 5:55
User 1106097910-May-18 5:55 
AnswerRe: Private/Public Key Pair, I'm unsure, please help to clarify Pin
Nathan Minier10-May-18 5:58
professionalNathan Minier10-May-18 5:58 
Close. Depending on your use case, you will have a PUBLIC ENCRYPT and a PUBLIC DECRYPT key. These are completely separate key sets that are associated with PRIVATE DECRYPT and PRIVATE ENCRYPT keys respectively.

Generally, you encrypt a hash with your PRIVATE ENCRYPT key to provide a digital signature, as it can be verified using your PUBLIC DECRYPT key. For actual message encryption, your PUBLIC ENCRYPT key will be used to encrypt it so that only your PRIVATE DECRYPT key can decrypt it.

With the PKI model, you can freely hand out your public keys (or they are stored in a central repository, such as on a domain) while your private keys needs to be properly secured to prevent compromise.
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli

GeneralRe: Private/Public Key Pair, I'm unsure, please help to clarify Pin
User 1106097910-May-18 6:04
User 1106097910-May-18 6:04 
GeneralRe: Private/Public Key Pair, I'm unsure, please help to clarify Pin
User 1407655213-Jul-21 21:46
User 1407655213-Jul-21 21:46 
QuestionMessage Removed Pin
15-Jan-18 18:03
Heath Kim15-Jan-18 18:03 
QuestionGetting negative votes from author without mentioning proper reason Pin
Biswal Tanmaya10-Dec-17 6:41
professionalBiswal Tanmaya10-Dec-17 6:41 
AnswerRe: Getting negative votes from author without mentioning proper reason Pin
Pete O'Hanlon10-Dec-17 7:58
mvePete O'Hanlon10-Dec-17 7:58 
GeneralRe: Getting negative votes from author without mentioning proper reason Pin
Deepak Vasudevan13-Sep-21 21:37
Deepak Vasudevan13-Sep-21 21:37 
QuestionIf a silver member gives a negative comment against a solved code Pin
Laxmidhar tatwa technologies20-Nov-17 19:05
Laxmidhar tatwa technologies20-Nov-17 19:05 

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.