Skip to content

University Project / C.E.I.D / Computer Security / Password ManagementApplication / MySQL, Java

License

Notifications You must be signed in to change notification settings

msSarriman/PasswordManagementApp---GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Security, Student Project

Computer Engineering and Informatics Department, University of Patras


Disclaimer

This was a student's project at the time. It's code integrity it is not guaranteed.

================================

Directory Map

dir -Java Application
dir |--Java Project Source Files
dir |--Java Executable
dir -MySQL Source Code

The folder Java Project Source Files can be imported into NetBeans.
The file secdb.sql, implements all the Database functionality.
The ER of the database is in "RelationalSchema.jpg" file.

Implementation

This project implements a simple password storage API. The passwords are encrypted using enhanced algorithms for salt creation and the usage of it in the AES algorithm. Database encrypts furthermore the cipher for more protection. More details in the comments.

About

University Project / C.E.I.D / Computer Security / Password ManagementApplication / MySQL, Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages