Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.16 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.16 KB

#Basic "word in dir" search app, prefered use case is - email-pasword database.

Output example: (search term = "white")

CredntialID=[0]
EmailKey=[katiespencerwhite]

Emails:
[0]=[[email protected]]

Passwords:
[0]=[pass3]

SourceFiles:
[0]=[E:\Other\Data\Cryptography\Emails+Passwords\Collection 1\Collection  #1_Monetary combos\t\0.txt]
[1]=[E:\Other\Data\Cryptography\Emails+Passwords\Collection 1\Collection  #1_Monetary combos\t\6.txt]


CredntialID=[1]
EmailKey=[kendrawhite12]

Emails:
[0]=[[email protected]]

Passwords:
[0]=[pass2]

SourceFiles:
[0]=[E:\Other\Data\Cryptography\Emails+Passwords\Collection 1\Collection  #1_Monetary combos\t\0.txt]
[1]=[E:\Other\Data\Cryptography\Emails+Passwords\Collection 1\Collection  #1_Monetary combos\t\6.txt]


CredntialID=[2]
EmailKey=[robynwhiteside]

Emails:
[0]=[[email protected]]

Passwords:
[0]=[pass1]

SourceFiles:
[0]=[E:\Other\Data\Cryptography\Emails+Passwords\Collection 1\Collection  #1_Monetary combos\t\0.txt]
[1]=[E:\Other\Data\Cryptography\Emails+Passwords\Collection 1\Collection  #1_Monetary combos\t\6.txt]

(Note: you may need adjustments based on your data formatting shame)