Skip to content

reindeer/talmud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talmud

Generates unique password depends on domain and login. You need only one master password.

How it works

For every account you can specify domain (i. e. google.com), login (i. e. reindeer@tarandro.ru), version (1 by default) and password length.

Using hmac algorithm application can generate unique password from these values as a message and the master password as a secret key.

Compilation

MacOs

go build -ldflags "-w -s" -o bin ./cmd/...

Linux with dbus SecretService support

If application is used with DBUS SecretService spec like gnome-keyring or ksecretservice.

go build -ldflags "-w -s" -tags dbus -o bin ./cmd/...

Linux without dbus support

If application is used without DBUS support and reads master password from stdin.

go build -ldflags "-w -s" -o bin ./cmd/...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages