Skip to content

This program creates a simulated silent auction that allows users to register for an account, sign-in, list items and purchase items. The registration and sign-in process salt the password to ensure that no sensitive information is stored in plain text. Additionally, account balances update as items are bought or sold. This application uses both…

Notifications You must be signed in to change notification settings

spencerscher/Silent-Auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Silent Auction Program

This program creates a simulated silent auction that allows users to register for an account, sign-in, list items and purchase items. The registration and sign-in process salt the password to ensure that no sensitive information is stored in plain text. Additionally, account balances update as items are bought or sold. This application uses both Swing and AWT to create a functional user interface (albeit it is not pretty).

About

This program creates a simulated silent auction that allows users to register for an account, sign-in, list items and purchase items. The registration and sign-in process salt the password to ensure that no sensitive information is stored in plain text. Additionally, account balances update as items are bought or sold. This application uses both…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages