Skip to content

jdebbink/pwdcamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 41.9%
  • Ruby 20.3%
  • JavaScript 19.9%
  • Python 16.1%
  • Shell 1.8%