Skip to content

Nohrer/KeyVault-with-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

KeyVault-with-bash

This Bash script is a command-line tool for generating and managing passwords for various websites. It provides functionality to create strong passwords with or without special characters, store them securely in a designated vault directory, and retrieve passwords for specific websites.

Usage

./keyVault.sh [options] <website_name>

Options

-s: Search for the password in the Vault.

-c: Include special characters in the generated password.

-d: Delete password with the given file

-l: List all stored passwords

-u: Update an existing password

-h: Display the help menu.

Notes

The vault directory (KeyVault) is created in the current working directory if it doesn't already exist.

The script assumes that the user has the necessary permissions to create and modify files in the vault directory.

The script uses the sudo command to find and access files in the vault directory. This may require additional configuration or permissions depending on the system and user setup.

About

This Script create you strong passwords and store them in a directory on your system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages