The Credential Manager is a web-based application designed to help you securely store and manage your credentials. With this app, you can easily store and organize various usernames, passwords, API keys, and other sensitive information in one centralized location.
-
Secure Storage: Your credentials are encrypted and securely stored to protect your sensitive information.
-
Credential Categories: You can categorize your credentials into different groups or categories, making it easier to find and manage them.
-
Add, Edit, and Delete: Easily add new credentials, edit existing ones, or remove outdated entries.
-
Clone the Repository: Start by cloning this repository to your local machine.
git clone https://github.com/vpnvsk/p_s/ -
Install Dependencies: Navigate to the project directory and install the required dependencies using Go modules.
go mod tidy -
Configure the App: Create the .env file to set up your database connection and any other configurations required.
-
Build and Run: Build and run the web app using the following commands.
docker-compose up --buildgo build
-
Create an Account: Register for an account or log in if you already have one.
-
Add Credentials: Add new credentials by providing details like name, category, username, and password.
-
Manage Credentials: Use the app's to edit, delete, search, and filter your stored credentials.
-
Secure Access: Ensure your login credentials are kept secure, as they are used to access your credential store.