htmlgod / pass_gen

Simple password generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Simple Password Generator

Build Status Codacy Badge Language grade: C/C++

An ordinary password generator project

TODO

  • ASCII random symbol gen

  • Exclude junk sumbols(tab, spaces, etc...)

  • Gen a string with n length

  • Checks for words/long number

  • Command line flags

  • Style for password (blocks by 4,5... symbols) ( 1245-1231-1231 )

  • File output

  • Gen password by some data (name, birthday, etc)

  • Add tests

  • Add travis-ci

  • Add codequality (codacy)

  • Add code coverage

About

Simple password generator


Languages

Language:C++ 68.5%Language:CMake 30.1%Language:Shell 1.4%