Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 625 Bytes

InfoSecurityLabs

This project designed specifically for completing university assginments dedicated to cybersecurity.

Authorization on JavaFx.

Main features

  • Admin functionality
    • Adding users with no password to the base (.txt file)
    • Banning users through the admin window
    • Imposing restrictions on password for selected users
    • Changing password
  • User functionality
    • Changing password
  • Collecting information about the system and saving in into Sys.xml file
  • Parsing and extracting keyboard type from .xml file
  • Hashing gathered information
  • Verifying signature from winreg (Look InfoSecurityLab2)