Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 577 Bytes

File metadata and controls

17 lines (14 loc) · 577 Bytes

##upSplit - Username:Password Splitter

Helps you split usernames and passwords in the format user:pass. Useful if you have a huge list of user:pass requiring fast separation. The program automatically creates files for respective items i.e Usernames, Passwords in the same directory where you linked your original file.

##Instructions

  • Press Browse File
  • Locate your file containing the user:pass
  • Press Process
  • Let it Split!

##Files There are 2 files,

  • upsplit.java (Contains split, read, write methods)
  • NewJFrame.java (Contains the App Class and GUI Code)