Click here to Skip to main content
15,910,234 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: win10 password problems Pin
Jon McKee14-Apr-18 20:36
professionalJon McKee14-Apr-18 20:36 
GeneralRe: win10 password problems Pin
dandy7215-Apr-18 3:46
dandy7215-Apr-18 3:46 
GeneralRe: win10 password problems Pin
raddevus15-Apr-18 5:26
mvaraddevus15-Apr-18 5:26 
GeneralRe: win10 password problems Pin
Sekers16-Apr-18 6:22
Sekers16-Apr-18 6:22 
GeneralRe: win10 password problems Pin
Chris C-B15-Apr-18 19:32
Chris C-B15-Apr-18 19:32 
GeneralRe: win10 password problems Pin
raddevus16-Apr-18 2:15
mvaraddevus16-Apr-18 2:15 
GeneralRe: win10 password problems Pin
jonmbutler16-Apr-18 2:34
professionaljonmbutler16-Apr-18 2:34 
GeneralRe: win10 password problems Pin
raddevus16-Apr-18 3:04
mvaraddevus16-Apr-18 3:04 
Thank you very much, Jon. I really appreciate it.
You are, of course, correct that the COM errors have nothing to do with it.
I actually cleared those up (following the set of steps in the youtube video I posted in the original post).

I was just very curious about this password problem because I've seen it a number of times lately and it seems to be when my computer goes offline.

I "fixed" it by cycling my computer off/on and then it let me log in.

Additional Weird Stuff - and the Weirdness Is All Me
Here's the deal why I was very interested in why this might be happening. This is going to take a bit of explanation.

I use a 64 character password (which is a SHA-256 hash) for my windows login.
It looks something like the following: 1f0bf4b762443fd0bbed59bc1d583a3ac80d45c7bcf308376be2593784244173

I told you this explanation was going to get weird.

That's because I use a program I wrote called C'YaPass which allows me to draw a pattern and choose a key to generate a random password (based upon SHA-256).

If you'd like to try it out to see what I mean, I wrote it as a web app also and you can try it there:
C'YaPass : Never type a password again[^]

Add a site/key, draw your pattern and you'll see that a SHA-256 hash is generated for your password.

Weirdness Part 2
Okay, so since a 64 char password of random numbers and letters is difficult to type, I created :
1. android app which allows me to draw a pattern, pick a site/key and generate the same SHA-256 based password (as long as I draw the same pattern and pick the secret sit key).
2. will send the password over bluetooth
3. a device (arduino) which emulates a keyboard and is plugged into my USB port which receives the password over bluetooth and "types" the password in and "presses" <ENTER>

You can read an entire article here at CP and see a much better summary image there:
Ending the Era of Weak Passwords: Never Type A Password Again (Never Memorize A Password Again)[^]

Finally, The Point
The point is that I was sending my password over bluetooth and every time my computer was rejecting the password, even though the app was sending the password properly. My additional point is that I couldn't have been typing it incorrectly because the app sends the password and the computer receives it.

Could there be a bug? That is entirely possible, however I've been using this app for over 1 year with no problems, except periodically when my machine goes offline, it thinks my password is incorrect.

Way Too Long
I know that is way too long but just thought it might be interesting. Or not. Smile | :)

Thanks again for your kind offer of assistance. Thumbs Up | :thumbsup: Thumbs Up | :thumbsup:
GeneralRe: win10 password problems Pin
jonmbutler16-Apr-18 3:28
professionaljonmbutler16-Apr-18 3:28 
GeneralRe: win10 password problems Pin
raddevus16-Apr-18 4:45
mvaraddevus16-Apr-18 4:45 
GeneralRe: win10 password problems Pin
Bruce Patin16-Apr-18 4:05
Bruce Patin16-Apr-18 4:05 
GeneralRe: win10 password problems Pin
raddevus16-Apr-18 4:48
mvaraddevus16-Apr-18 4:48 
GeneralRe: win10 password problems Pin
Martijn Smitshoek16-Apr-18 6:22
Martijn Smitshoek16-Apr-18 6:22 
GeneralRe: win10 password problems Pin
Gerry Schmitz16-Apr-18 10:58
mveGerry Schmitz16-Apr-18 10:58 
GeneralRe: win10 password problems Pin
raddevus16-Apr-18 14:14
mvaraddevus16-Apr-18 14:14 
GeneralRe: win10 password problems Pin
Gerry Schmitz18-Apr-18 8:34
mveGerry Schmitz18-Apr-18 8:34 
GeneralHave a nice Weekend, take five... Pin
User 1106097914-Apr-18 6:06
User 1106097914-Apr-18 6:06 
GeneralRe: Have a nice Weekend, take five... Pin
RickZeeland14-Apr-18 7:00
mveRickZeeland14-Apr-18 7:00 
GeneralRe: Have a nice Weekend, take five... Pin
User 1106097914-Apr-18 7:19
User 1106097914-Apr-18 7:19 
GeneralRe: Have a nice Weekend, take five... Pin
phil.o14-Apr-18 7:12
professionalphil.o14-Apr-18 7:12 
GeneralRe: Have a nice Weekend, take five... Pin
User 1106097914-Apr-18 7:16
User 1106097914-Apr-18 7:16 
GeneralRe: Have a nice Weekend, take five... Pin
phil.o14-Apr-18 7:19
professionalphil.o14-Apr-18 7:19 
GeneralRe: Have a nice Weekend, take five... Pin
lopatir14-Apr-18 8:04
lopatir14-Apr-18 8:04 
GeneralRe: Have a nice Weekend, take five... Pin
Gary Wheeler16-Apr-18 2:39
Gary Wheeler16-Apr-18 2:39 
GeneralRe: Have a nice Weekend, take five... Pin
User 1106097916-Apr-18 2:43
User 1106097916-Apr-18 2:43 

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.