Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 925 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 925 Bytes

SecureFileManager

Developer: Daymian Tomczyk Secures files into a WPF application by utilizing a SQLCipher database stored locally that is encrypted and password protected. Also implements MVVM best practices along with several other key design patterns such as: UnitOfWork, Repository, DbContext, ServiceLayer, and others.

Summary:

Secures files into a WPF application by utilizing a SQLCipher database stored locally that is encrypted and password protected. Also implements MVVM best practices along with several other key design patterns such as: UnitOfWork, Repository, DbContext, ServiceLayer, and others.

Building

TODO:

If you simply want to build the main application for demo / testing purposes, you can do so by
1. Clone the repo
2. Remove reference to Project.DesignData in the main project (SecureFileManager)
3. Rebuild All (Ctrl + Shift + B in Visual Studio)
4. Explore the application.