Skip to content

brvtalcake/pwman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWMan

PWMan is a simple password manager in Go using AES and Cipher Golang packages for encryption (based on a key needed to start the app and wich is not stored anywhere, except in the memory during the execution), and bzip2 for efficient and lossless compression.

It implements an "in-terminal" interface, built on top of the tview library.

This is a(n unifinished) hobby project and I have NO particular security skills, which suggests not to expect too much from it, especially since this is the first project I'm coding in Go.

TODO

TBD

Special mention

Both of Decrypt and Encrypt functions are origated from here

About

A basic password manager in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages