Skip to content

learn go -- see if I can reimplement a diceware password app I originally wrote in python

Notifications You must be signed in to change notification settings

KyleRConway/diceware-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

diceware-go

A while ago I wrote a program to herald the EFF's new wordlists for creating passwords. I figured this would be an accessible program to write in my newly-learned python language. I was basically correct.

That program turned into a now-banned twitterbot, and a haven't-had-time-to-fix mastodon bot.

Goal of the project here is to teach myself golang thorugh building something I find useful.

Attempted output will be something like the below, because I find it fun (and informative) to convert the numbers into unicode dice (to assist people in understanding the concept).

⚀ ⚀ ⚂ ⚁ ⚁ →#aftermost
⚃ ⚂ ⚀ ⚀ ⚀ →#outsource
⚅ ⚃ ⚅ ⚄ ⚃ →#untreated
⚅ ⚅ ⚂ ⚅ ⚅ →#wireless
⚁ ⚂ ⚄ ⚃ ⚃ →#dividable
⚂ ⚀ ⚂ ⚂ ⚂ →#footing

aftermost-outsource-untreated-wireless-dividable-footing

About

learn go -- see if I can reimplement a diceware password app I originally wrote in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages