Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

carmesim/passgen.c

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passgen.c

this is a simple password generator written in C, it will generate a strong password for you to use

how it works

    $ spg <options>

if no options were specified, spg will ask you for your password length, right now there are only two options

    -v, --vocab     	Set a vocabulary on which passwords are generated from.
    -s, --size      	Set the size of the generated password.

this is how it looks

passgen in action

depends on

  • gcc
  • make
  • qmake

installation

  • clone the git repo

      $ git clone https://github.com/carmesim/passgen.c
    
  • build the project

      $ qmake && make
    
  • copy the binary to your path

      # cp src /usr/bin/spg
    

uninstall

  • remove the src binary from your path # rm /usr/share/bin/spg

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.