Skip to content

Instantly share code, notes, and snippets.

View onidev's full-sized avatar
💭
Working on Planet Centauri

Boris Marmontel onidev

💭
Working on Planet Centauri
  • Permadeath
  • France
View GitHub Profile
@onidev
onidev / masterpassword.cpp
Created April 14, 2017 19:09
Master Password
// CLI for http://masterpasswordapp.com/algorithm.html
// C core lib used: https://github.com/Lyndir/MasterPassword/
#include <iostream>
#include <cmath>
extern "C" {
#include "core/mpw-algorithm.h"
#undef enum
}