Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

andriikushch/password-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Notice: This Repository is Archived and Not Maintained

This repository is no longer actively maintained. It has been archived for historical purposes and is provided as-is, without any warranty or support.

password-storage

Build Status Go Report Card

Simple password storage implemented with AES encryption.

Current implementation has only command line interface. As storage it uses a local file ~/.dat2.

Usage:

go run main.go -h
  -a	add new account with random password
  -ac  	add new username:password
  -d	delete password for account
  -g	copy to clip board password for account
  -i	interactive mode
  -l	list of stored accounts
  -v	version

About

Simple password storage, can be used to securely store your password in the local file

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages