https://github.com/datajuggler/passwordvault
Password Vault is a one table SQL Server project for storing my passwords to different sites and servers. This project is good for Tutorials having only one table, but it works ok as I have password overload managing so many accounts.
https://github.com/datajuggler/passwordvault
Last synced: 10 months ago
JSON representation
Password Vault is a one table SQL Server project for storing my passwords to different sites and servers. This project is good for Tutorials having only one table, but it works ok as I have password overload managing so many accounts.
- Host: GitHub
- URL: https://github.com/datajuggler/passwordvault
- Owner: DataJuggler
- License: other
- Created: 2019-08-02T21:55:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T21:07:22.000Z (about 5 years ago)
- Last Synced: 2025-08-22T20:57:02.362Z (10 months ago)
- Language: C#
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Password Vault is a very simple Windows Form C# / SQL Server project.
Password Vault is a one table SQL Server C# application, which is good for demo purposes.
Thanks to NuGet I can build a complete C# / SQL Server app in about 15 minutes in a video, including the
4:15 seconds to setup DataTier.Net.
I will post the YouTube video here once finished.
To run password vault:
1. Create a new SQL Server database and read the instructions in the read me.txt file located in the SQL folder.
2. Set your connection string in PasswordVault\PasswordVault\PasswordVault\App.config
Tip: Use the Connection String Builder which is included with DataTier.Net
https://github.com/DataJuggler/DataTier.Net
3. Run Password Vault. If you can add new Site / Password combinations your database and connectionstring
is setup.
To run the tutorial
Watch this video (video URL coming soon)
Or
Text instructions coming soon.