Giter Site home page Giter Site logo

ipwqgen's Introduction

What is it?

ipwqgen is a password generator, frontend to the awesome passwdqc library. It combines randomly chosen dictionary words with special characters to generate passphrases that are relatively hard to crack and still possible to memorize.

Each time you generate a password it's copied to the clipboard, so you can paste it immediately. You can vary the strength of the generated passwords.

What does the application look like?

Linux, GTK2 Windows 7, classic

How do I build the application myself?

  1. Get the IUP GUI library. You don't have to install it system-wide; if you're building it from source, just make sure you have all the prerequisites and type make in the src subdirectory.
  2. Use Premake4 to generate the build files. Pass the location of IUP header and library files using --iup-inc and --iup-lib command line arguments.
  3. Alternatively, use a one-liner like gcc -o ipwqgen --std=c99 -Wall -Wextra -Wpedantic -I path/to/IUP/include -L path/to/IUP/lib -I passwdqc passwdqc/passwdqc_parse.c passwdqc/passwdqc_memzero.c passwdqc/passwdqc_random.c passwdqc/concat.c passwdqc/wordset_4k.c passwdqc/passwdqc_load.c gui/gui.c -liup, it should work.

Why is passwdqc source in there?

passwdqc library needs a few patches to work on Windows (if you just build it using MinGW, it would try to open /dev/urandom and fail). I modified passwdqc_random.c to use BCryptGenRandom (or CryptGenRandom on Windows XP) instead.

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.