Giter Club home page Giter Club logo

passwordmaker-rs's Introduction

This project is a Rust reimplementation of PasswordMaker Pro.

Just like the original software, this library is released under the GNU Lesser General Public License. To be precise, under GNU Lesser General Public License v3.0 or later. See the LICENSE file for the full text of the license.

This is a completely new implementation, but the source code of the JavaScript Edition of Passwordmaker Pro was used as a guideline whenever something was not immediately clear from the behaviour of the original program.

All credit for the development of the PasswordMaker Pro algorithm (and therefore for the high level flow of this library too) goes to the original authors of PasswordMaker Pro, Miquel Burns and Eric H. Jung. (I really hope I linked the correct profiles.)

This crate is meant as a building block for an upcoming native Sailfish OS app ("PassFish") that aims to be compatible with PasswordMaker Pro, but the public API should be reasonably easy to use for other Rust-based PasswordMaker compatible tools, so feel free to base your own applications on this.

Beware that currently this library is developed in tandem with the corresponding Sailfish app, so the interface might still change as needed. This will of course stop once this library reaches version 1.0.

This library does not include any cryptographic hashes itself, but rather relies on the user to supply implementations of the hash algorithms. You can have a look at the integration tests to see how the syntax looks like for the RustCrypto Hashes. This is to avoid duplicate code, as many GUI frameworks already include their own implementation of the hashes.

passwordmaker-rs's People

Contributors

soulsource avatar tsadowski 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.