Click here to Skip to main content
15,886,362 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: a trivial question about signing code PinPopular
Gary R. Wheeler10-Oct-20 10:54
Gary R. Wheeler10-Oct-20 10:54 
GeneralRe: a trivial question about signing code Pin
raddevus10-Oct-20 11:03
mvaraddevus10-Oct-20 11:03 
GeneralRe: a trivial question about signing code PinPopular
Shao Voon Wong10-Oct-20 15:14
mvaShao Voon Wong10-Oct-20 15:14 
GeneralRe: a trivial question about signing code Pin
RickZeeland10-Oct-20 19:26
mveRickZeeland10-Oct-20 19:26 
GeneralRe: a trivial question about signing code Pin
dandy7211-Oct-20 4:22
dandy7211-Oct-20 4:22 
GeneralRe: a trivial question about signing code Pin
harvyk011-Oct-20 19:44
harvyk011-Oct-20 19:44 
GeneralRe: a trivial question about signing code Pin
patbob12-Oct-20 14:36
patbob12-Oct-20 14:36 
GeneralRe: a trivial question about signing code Pin
harvyk011-Oct-20 19:56
harvyk011-Oct-20 19:56 
We use them for our software. At most you'll get a warning that the certificate has expired. Windows will not stop software running with invalid or expired certificates (at least this was the case a couple of years ago when I tested that by modifying the exe using a hex editor after signing).


To some of the others questioning code signing certificates:
They are very useful for Whitelisting applications such as AppLocker, as it allows you to trust an entire suite of applications / updated versions of software by the same vendor without needing to simply trust things based on path / file names (technically insecure unless you've got strong permissions) or hash based (where typically every file needs to be hashed and certainly every version update).

Also the comment for getting java (or variants like that) to simply run remotely without signing (or unsigned alerts), an appropriately hardened machine will prevent that from happening (talking corp environment here).
GeneralRe: a trivial question about signing code Pin
Stepan Hakobyan11-Oct-20 20:06
professionalStepan Hakobyan11-Oct-20 20:06 
GeneralStill amazed when tech works: partition expand Pin
raddevus10-Oct-20 7:02
mvaraddevus10-Oct-20 7:02 
GeneralRe: Still amazed when tech works: partition expand Pin
OriginalGriff10-Oct-20 7:41
mveOriginalGriff10-Oct-20 7:41 
GeneralRe: Still amazed when tech works: partition expand Pin
raddevus10-Oct-20 8:48
mvaraddevus10-Oct-20 8:48 
GeneralRe: Still amazed when tech works: partition expand Pin
davecasdf12-Oct-20 4:27
davecasdf12-Oct-20 4:27 
GeneralRe: Still amazed when tech works: partition expand Pin
RickZeeland10-Oct-20 7:43
mveRickZeeland10-Oct-20 7:43 
GeneralRe: Still amazed when tech works: partition expand Pin
raddevus10-Oct-20 8:50
mvaraddevus10-Oct-20 8:50 
GeneralRe: Still amazed when tech works: partition expand Pin
Peter_in_278010-Oct-20 16:03
professionalPeter_in_278010-Oct-20 16:03 
GeneralRe: Still amazed when tech works: partition expand Pin
raddevus11-Oct-20 5:28
mvaraddevus11-Oct-20 5:28 
GeneralRe: Still amazed when tech works: partition expand Pin
theoldfool11-Oct-20 1:16
professionaltheoldfool11-Oct-20 1:16 
GeneralRe: Still amazed when tech works: partition expand Pin
raddevus11-Oct-20 5:30
mvaraddevus11-Oct-20 5:30 
GeneralRe: Still amazed when tech works: partition expand Pin
dandy7211-Oct-20 4:15
dandy7211-Oct-20 4:15 
GeneralRe: Still amazed when tech works: partition expand Pin
raddevus11-Oct-20 5:32
mvaraddevus11-Oct-20 5:32 
GeneralWeekend Thought of the day Pin
Sandeep Mewara10-Oct-20 4:14
mveSandeep Mewara10-Oct-20 4:14 
GeneralRe: Weekend Thought of the day Pin
RickZeeland10-Oct-20 4:24
mveRickZeeland10-Oct-20 4:24 
GeneralRe: Weekend Thought of the day Pin
Richard Andrew x6410-Oct-20 9:54
professionalRichard Andrew x6410-Oct-20 9:54 
GeneralRe: Weekend Thought of the day Pin
kmoorevs10-Oct-20 10:17
kmoorevs10-Oct-20 10:17 

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.