0
I Use This!
Activity Not Available

Project Summary

A very simple script to generate site passwords from a master password and a site name.

Does so in such a way as to make the master password basically unguessable, and the resulting site password will also have many bits of entropy making it very hard to guess.

To be technical, it runs 200000 iterations of PKCS#5 v2.0 PBKDF2 with the master password as the key and the site name as the salt and base64 encodes the result (plus a bit of modification) to generate the site password.

A Javascript version that relies on sjcl is in here now, and it needs a web page wrapper. Hopefully, an Android applet version will also be added soon.

Tags

javascript passwordgenerator python security

In a Nutshell, MakePW...

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.
GNU General Public License v3.0 only
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Use Patent Claims

Forbidden

Sub-License

Hold Liable

Required

Distribute Original

Disclose Source

Include Copyright

State Changes

Include License

Include Install Instructions

These details are provided for information only. No information here is legal advice and should not be used as such.

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    data presented on the Open Hub is available through our API
  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    check out hot projects on the Open Hub

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.

Community Rating

Be the first to rate this project
Click to add your rating
  
Review this Project!