Click here to Skip to main content
15,887,254 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
kmoorevs19-Apr-19 5:16
kmoorevs19-Apr-19 5:16 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
Brisingr Aerowing20-Apr-19 12:32
professionalBrisingr Aerowing20-Apr-19 12:32 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
kmoorevs20-Apr-19 13:02
kmoorevs20-Apr-19 13:02 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
DerekT-P12-Jun-19 9:14
professionalDerekT-P12-Jun-19 9:14 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
kmoorevs13-Jun-19 7:18
kmoorevs13-Jun-19 7:18 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
Nelek22-Apr-19 21:50
protectorNelek22-Apr-19 21:50 
GeneralRe: Stupid user tricks (double-click = double postback) Pin
David A. Gray28-Apr-19 14:52
David A. Gray28-Apr-19 14:52 
QuestionConcept of "Password Mode" Pin
Bogatitus17-Apr-19 16:03
Bogatitus17-Apr-19 16:03 
Let me prefix this with having no background in the world of security whatsoever, but I did have an idea that I believe could have some merit and I thought I’d see what others thought.

It occurred to me that an OS with a "private key" of my choosing, several algorithmic options to use in conjunction with that key and some specification (length/charset) of the desired output, could have a mode designed to "alter" my input based on those data points. No actual password would be stored, but my password of "password1" could be turned into 180 characters for me by the OS while in what I call "password mode". Unless someone is using my private key, my selected algorithm, and my character set criteria, then nobody could reproduce the same output as me by typing password1.

In my mind, this private key works similar to a cypher (yes I am that far out of my depth) and could be my dogs name or an entire paragraph from my favorite book. The algorithms would need to do all of this in such a way where each subsequent character is an entirely new (but repeatable) character footprint. So, even if you type 11111 for your password, each new instance of 1 has an entirely different burst of (20'ish) characters representing the next instance of the 1 key.

This probably wouldn't change how we would log into an OS, but I do believe everyone using garbled 120+ character passwords overnight would go a long ways towards securing ourselves on individual websites. I also believe it would be extremely helpful to keep my password and change my private key when I find out a wesbite I use has been compromised.
AnswerRe: Concept of "Password Mode" Pin
CodeWraith18-Apr-19 2:34
CodeWraith18-Apr-19 2:34 
AnswerRe: Concept of "Password Mode" Pin
Nathan Minier18-Apr-19 3:17
professionalNathan Minier18-Apr-19 3:17 
GeneralRe: Concept of "Password Mode" Pin
Bogatitus18-Apr-19 8:28
Bogatitus18-Apr-19 8:28 
GeneralRe: Concept of "Password Mode" Pin
Nelek22-Apr-19 21:53
protectorNelek22-Apr-19 21:53 
GeneralRe: Concept of "Password Mode" Pin
raddevus11-Jun-19 10:19
mvaraddevus11-Jun-19 10:19 
GeneralI can't find one of these in the UK Pin
pkfox13-Apr-19 0:49
professionalpkfox13-Apr-19 0:49 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 2:01
User 1106097913-Apr-19 2:01 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 2:19
professionalpkfox13-Apr-19 2:19 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 2:37
User 1106097913-Apr-19 2:37 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 2:40
professionalpkfox13-Apr-19 2:40 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 2:43
User 1106097913-Apr-19 2:43 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 2:44
professionalpkfox13-Apr-19 2:44 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 4:09
User 1106097913-Apr-19 4:09 
GeneralRe: I can't find one of these in the UK Pin
pkfox13-Apr-19 5:54
professionalpkfox13-Apr-19 5:54 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 6:24
User 1106097913-Apr-19 6:24 
GeneralRe: I can't find one of these in the UK Pin
User 1106097913-Apr-19 23:34
User 1106097913-Apr-19 23:34 
GeneralRe: I can't find one of these in the UK Pin
pkfox14-Apr-19 1:36
professionalpkfox14-Apr-19 1:36 

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.