Skip to content

A calculator with an hidden place to store passwords

License

Notifications You must be signed in to change notification settings

garrou/secret-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secret-storage

Hidden application in a functional calculator.
If calculator user input the correct password (by default "123456") and click on "=", the application close calculator and open login form.
On login form, you can create an account or login.
When user is loged, he can store passwords, update his profile picture and profile.
If user is loged as admin, he can see all users, add a user, delete users.

Data are stored in MySQL database.

Alt text

All users password are crypted with SHA256.

Microsoft SHA256

Alt text

Demo

• Calculator form (Home)

Alt text

• Login form

Alt text

• User form

Alt text

• Admin form

Alt text

Requirements

Visual Studio

MySQL Server

MySQL Connector/NET

Launching requirements

• To pass the units tests

Execute SQL script : SecretStorage\SecretStorage\src\sql\database.sql

Releases

No releases published

Packages

No packages published

Languages