Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scottlilly/docvault
- Owner: ScottLilly
- License: mit
- Created: 2021-09-26T21:32:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T16:49:38.000Z (about 3 years ago)
- Last Synced: 2024-10-24T12:12:33.833Z (3 months ago)
- Topics: c-sharp, document-management, encryption-decryption, wpf
- Language: C#
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).