Click here to Skip to main content
15,886,873 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: Lamest sounding "I can't wait to get back to coding" you've used lately. Pin
Chris Maunder26-Feb-23 3:28
cofounderChris Maunder26-Feb-23 3:28 
GeneralAn unpublished manuscript of Hemingway's last novel has been discovered. PinPopular
Single Step Debugger21-Feb-23 10:35
Single Step Debugger21-Feb-23 10:35 
GeneralRe: An unpublished manuscript of Hemingway's last novel has been discovered. Pin
jeron121-Feb-23 10:51
jeron121-Feb-23 10:51 
GeneralRe: An unpublished manuscript of Hemingway's last novel has been discovered. Pin
Single Step Debugger21-Feb-23 11:01
Single Step Debugger21-Feb-23 11:01 
GeneralRe: An unpublished manuscript of Hemingway's last novel has been discovered. Pin
PIEBALDconsult21-Feb-23 11:04
mvePIEBALDconsult21-Feb-23 11:04 
GeneralRe: An unpublished manuscript of Hemingway's last novel has been discovered. Pin
Mike Hankey21-Feb-23 12:37
mveMike Hankey21-Feb-23 12:37 
GeneralRe: An unpublished manuscript of Hemingway's last novel has been discovered. Pin
Eddy Vluggen21-Feb-23 13:06
professionalEddy Vluggen21-Feb-23 13:06 
GeneralDo you use MS Edge? I found it's secrets Pin
raddevus21-Feb-23 9:30
mvaraddevus21-Feb-23 9:30 
I wrote a program that watches the files which are created, updated, deleted, etc on your disk (Read about it here on CP[^]).
Wow, that was gratuitous self-promotion and it didn't even feel like it. Laugh | :laugh:

Anyways, I had DiscoFiles running and I noticed that MS Edge directories were accessed.

MS Edge Secrets
I looked in this MS Edge directory and found its secrets...

You can get to it on your system (If you are running Edge) at:
%localappdata%\Microsoft\Edge\User Data\ZxcvbnData\3.0.0.0

I mean I'm assuming that last directory will be named ZxcvbnData on yours too??

Copy-Paste to your FileExplorer and it'll get you there.

You can see that there[^].

It's a list of files named:
english_wikipedia.txt
female_names.txt
male_names.txt
manifest.fingerprint
manifest.json
passwords.txt
surnames.txt
us_tv_and_film.txt


What!?!

Well, passwords is a lot of fun. Check it out. FYI - the passwords file is 30,000 lines long (30,000 common / bad passwords)

sunshine
iloveyou
f*ckme         // my alteration to protect any kid sisters who are reading
ranger
hockey
computer
starwars
a**hole
pepper
klaster
112233
zxcvbn         // why are these letters so common??  !! 
freedom
princess
maggie
pass
ginger
11111111
131313
f*ck            // my alteration to protect any kid sisters who are reading
love
cheese
159753
summer
chelsea
dallas
biteme
matrix
yankees
6969
corvette
austin


Edit Update

Here are the contents of the manifest.json file:
JavaScript
{
    "description":  "zxcvbn data component",
    "name":  "zxcvbnData",
    "version":  "3.0.0.0"
}


I think that pretty much explains it. Unsure | :~ Roll eyes | :rolleyes:
GeneralRe: Do you use MS Edge? I found it's secrets PinPopular
OriginalGriff21-Feb-23 9:35
mveOriginalGriff21-Feb-23 9:35 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
raddevus21-Feb-23 9:37
mvaraddevus21-Feb-23 9:37 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
BryanFazekas22-Feb-23 1:26
BryanFazekas22-Feb-23 1:26 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
raddevus22-Feb-23 1:57
mvaraddevus22-Feb-23 1:57 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
James Curran22-Feb-23 4:55
James Curran22-Feb-23 4:55 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
sasadler22-Feb-23 6:28
sasadler22-Feb-23 6:28 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
Chris Maunder21-Feb-23 13:54
cofounderChris Maunder21-Feb-23 13:54 
JokeRe: Do you use MS Edge? I found it's secrets Pin
Richard Deeming21-Feb-23 22:22
mveRichard Deeming21-Feb-23 22:22 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
OriginalGriff21-Feb-23 22:49
mveOriginalGriff21-Feb-23 22:49 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
PIEBALDconsult21-Feb-23 9:39
mvePIEBALDconsult21-Feb-23 9:39 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
raddevus21-Feb-23 9:41
mvaraddevus21-Feb-23 9:41 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
PIEBALDconsult21-Feb-23 9:51
mvePIEBALDconsult21-Feb-23 9:51 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
raddevus21-Feb-23 9:56
mvaraddevus21-Feb-23 9:56 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
CodeZombie6222-Feb-23 1:23
CodeZombie6222-Feb-23 1:23 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
Alister Morton22-Feb-23 23:15
Alister Morton22-Feb-23 23:15 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
dandy7221-Feb-23 9:42
dandy7221-Feb-23 9:42 
GeneralRe: Do you use MS Edge? I found it's secrets Pin
OriginalGriff21-Feb-23 9:42
mveOriginalGriff21-Feb-23 9:42 

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.