Skip to content

Password creation with the help of Argon2id. A GUI program made with the fyne toolkit.

Notifications You must be signed in to change notification settings

stefanclaas/Argon2id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compilation under Windows: go build -ldflags -H=windowsgui

You can change the icon by creating your own and then run:

fyne bundle icon.png > icon.go

Please note: I used in the code at line 29 the same parameters
as described in Go's crypto package description, for Argon2id:

https://godoc.org/golang.org/x/crypto/argon2

Please finetune the parameters to your machine specs and your
requirements.

About

Password creation with the help of Argon2id. A GUI program made with the fyne toolkit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages