#pwdcamp This repository is an educational tool for training developers on secure password storage. It provides a starting point for writing a password storage and validation system from scratch. In each of the included languages the same program is implemented with the intent students alter the program in their language of choice.
##Program description The basic program provided has a simple command line interface which accepts a username and password. Through this interface users can be added and credentials can be verified. Each program includes a data persistence allowing saved account information to be easily examined.