Giter Club home page Giter Club logo

gophrase's Introduction

GoPhrase

Go snap gophrase snap gophrase

A random passphrase generator.

Why?

A password such as "Tr0ub4dor&3" is bad because it is easy for password cracking software and hard for humans to remember, leading to insecure practices like writing the password down on a post-it attached to the monitor.

On the other hand, a password such as "correcthorsebatterystaple" is hard for computers to guess due to having more entropy but quite easy for humans to remember.

xkcd password strength

See xkcd explained for more details

Usage

usage sshot

Installation

Using Snap

The tool is available via the Snap Store.

snap install gophrase
Pre-built Binaries

Download binaries from release page and copy in /usr/local/bin

wget -O gophrase https://github.com/ylogx/gophrase/releases/download/v0.0.1/gophrase-v0.0.1.darwin.amd64
#wget -O gophrase https://github.com/ylogx/gophrase/releases/download/v0.0.1/gophrase-v0.0.1.linux.amd64
install gophrase /usr/local/bin
From source
git pull https://github.com/ylogx/gophrase
make install

# Ensure ~/.local/bin is in $PATH (i.e `[ -d $HOME/.local/bin ] && export PATH=$PATH:$HOME/.local/bin`) or use following command:
make build && install -pv gophrase /usr/local/bin

Get it from the Snap Store

gophrase's People

Contributors

ylogx avatar

Stargazers

 avatar  avatar  avatar  avatar

gophrase's Issues

Use a better cache location

Currently using /tmp to save the vocab file, which also gets deleted after each restart.

FileName = "/tmp/google-10000-english-no-swears.txt"

Switch to ~/.cache/gophrase_cache. Probably find a way to get system default cache location instead of hardcoding.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.