Coder Social home page Coder Social logo

igorakaamigo / mkpw Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 31 KB

A simple command-line password generation utility

License: MIT License

CMake 42.33% Shell 5.26% C++ 46.97% Batchfile 5.44%
tdd cpp boost hunter cmake utility utility-application gmock gtest password-generator

mkpw's Introduction

mkpw – a password generation utility

This is a simple C++ implementation of a password generation utility. The main reason for this application to be written is a C++ TDD approach and package management testing (we're using CMake-based Hunter here, if you're interested). I'll be happy if you find this utility useful.

License Build Status AppVeyor

Features

A simple command-line utility mkpwd allows you to generate a random password with a specified length.

Building

Verified OS & compiler support

  • macOS Sierra 10.12 (x86_64-apple-darwin16.7.0), Apple LLVM version 8.1.0 (clang-802.0.42, Xcode 8.3.3)
  • macOS Sierra 10.12 (x86_64-apple-darwin16.7.0), GCC 4.2.1
  • Ubuntu 14.04 LTS, clang version 5.0.0
  • Ubuntu 14.04 LTS, gcc 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  • Win x86, Visual Studio 14 2015
  • Win x64, Visual Studio 14 2015

macOS and other unix-like OSes

$ git clone [email protected]:igorakaamigo/mkpw.git
$ cd mkpw
$ sh scripts/build.sh
$ build/_release/mkpw --help

Win

$ git clone git@github.com:igorakaamigo/mkpw.git
$ cd mkpw
$ call scripts/build.cmd
$ build\_release\mkpw --help

Usage

  • Generate a new password with a default length value (eight characters):
$ mkpw
  • Brief usage help:
$ mkpw --help
$ mkpw -H
  • Print version info:
$ mkpw --version
$ mkpw -V
  • Generate a new password and specify the password' length:
$ mkpw --length=10
$ mkpw --length 10
$ mkpw -L10

Contributing

I doubt one can be interested in contribution to a mkpw project, but if you are interested –

Fork --> modify --> pull-request

mkpw's People

Contributors

igorakaamigo avatar

Watchers

 avatar

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.