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

Latest commit

 

History

History
26 lines (18 loc) · 966 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 966 Bytes

⚠️ 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