Click here to Skip to main content
15,868,141 members
Home / Discussions / Work Issues
   

Work Issues

 
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
subeditorPete 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 
AnswerRe: If a silver member gives a negative comment against a solved code Pin
F-ES Sitecore22-Nov-17 23:28
professionalF-ES Sitecore22-Nov-17 23:28 
GeneralRe: If a silver member gives a negative comment against a solved code Pin
Laxmidhar tatwa technologies23-Nov-17 0:40
Laxmidhar tatwa technologies23-Nov-17 0:40 
QuestionRelated point Pin
Laxmidhar tatwa technologies20-Nov-17 17:48
Laxmidhar tatwa technologies20-Nov-17 17:48 
AnswerRe: Related point Pin
ZurdoDev21-Nov-17 1:28
professionalZurdoDev21-Nov-17 1:28 
GeneralRe: Related point Pin
Laxmidhar tatwa technologies22-Nov-17 18:08
Laxmidhar tatwa technologies22-Nov-17 18:08 
QuestionWhere is my article ? Pin
Kishan Zunjare3-Nov-17 20:07
Kishan Zunjare3-Nov-17 20:07 
AnswerRe: Where is my article ? Pin
Afzaal Ahmad Zeeshan3-Nov-17 23:00
professionalAfzaal Ahmad Zeeshan3-Nov-17 23:00 
QuestionHow to write a programming language in Hindi? Pin
INDtanay5-Oct-17 6:01
INDtanay5-Oct-17 6:01 
AnswerRe: How to write a programming language in Hindi? Pin
Member 1349103928-Oct-17 20:29
Member 1349103928-Oct-17 20:29 
PraiseRe: How to write a programming language in Hindi? Pin
INDtanay22-Nov-17 20:19
INDtanay22-Nov-17 20:19 

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.