Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottlilly/docvault

A program to tag files, encrypt them, and move them to a common location for later retrieval.
https://github.com/scottlilly/docvault

c-sharp document-management encryption-decryption wpf

Last synced: about 2 months ago
JSON representation

A program to tag files, encrypt them, and move them to a common location for later retrieval.

Awesome Lists containing this project

README

        

This program lets you select files on your computer, add tags to describe what type of files it is (for example, for a copy of your auto insurnace policy ofr 2021, "auto", "insurance", "2021"), encrypt the files, and move them to a common location.

It currently only runs locally, using MS SQL Server as the database and saving the encrypted files to a local directory.

The plan is to allow different, lighter-weight, databases and store locally, on a network share, and/or cloud storage (e.g., AWS or Azure).