Code Monkey home page Code Monkey logo

pass's Introduction

Pass - «associate password so simple»

Implementation of an algorithm generating and storing a passwords like this: "cf83e1357eefb8bdf1542850d66d8007". Written on python 2.7 and PyQT. Used sha512(sha512("salt" XOR "nick : site") XOR "pass")[:32] algorithm, created by Gist and modified here.

  • Minimalistic interface -> mini
  • Maximalistic interface with background images and saving authentications data -> maxi

##How to:## This programs helps you generate unique passwords for sites, programs, etc... Run window.py from one of the folders. At first start python will record unique salt in pass.py and run generating password. You need to enter nick, url of site and master password. New password will be displayed in bottom form. Just copy it.

##How to install:## If you know about python easy_install and pip - use it! Else expect packages or read about pip. Notice: if you want to create an egg yourself, first rename mini or maxi to ps.

Src on Github Code under GNU LGPL v3 license and Images and Photo under Creative Commons license External modules:

For quick use copy to bash: python pass.py Or change 'pass.py' to you'r salt file and use: python -c "import hashlib, getpass;from itertools import cycle, izip;f = open('pass.py');salt = f.read();f.close();print hashlib.sha512(''.join(chr(ord(x) ^ ord(y)) for (x,y) in izip(hashlib.sha512(''.join(chr(ord(x) ^ ord(y)) for (x,y) in izip(salt, cycle(raw_input('nick:') + ' : ' + raw_input('site:'))))).hexdigest(), cycle(getpass.getpass())))).hexdigest()[:32]"

Filipp Frizzy aka [email protected]

pass's People

Contributors

friz-zy avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

iamtutumo

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.