Credential Parser
Enter your formatted credential string
Define the pattern using separators (|, :, ;, etc.)
Example Formats
Click on examples to load them automatically
Pipe separator (|):
za5nprip|05encore#|XQKTAHMWKHDYCVLYTVR75XLVWJOK43G6
Pattern: username|password|2fa
Comma separator (,):
user@example.com,mypassword123,JBSWY3DPEHPK3PXP
Pattern: email,password,totp
Colon separator (:):
john.doe:secret123:GEZDGNBVGY3TQOJQ:Google
Pattern: username:password:2fa:service
Semicolon separator (;):
admin;password123;MFRGG2LTEBZGKZJA;Facebook
Pattern: username;password;2fa;service
Tab separator (\\t):
testuser mypass123 JBSWY3DPEHPK3PXP Twitter
Pattern: username password 2fa service
Space separator:
user1 pass1 ABCD1234 service1
Pattern: username password 2fa service
How to Use
- • Manual Input: Enter your credential string in the main input
- • File Upload: Click "Load Data" to upload a .txt or .csv file
- • Define the pattern using any separator:
|,:,,,;,tab, orspace - • The system will auto-detect your separator and suggest field names
- • Click Parse to extract structured data
- • Export results as JSON or copy to clipboard