Skip to content

codeeleven0/passwhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passwhash

A new hashing method for passwords.

Use it in JavaScript:

        var c = require('./enc.js');
        console.log(c.passwhash('Hello', 'with secret!'));

Or in Python:

        import enc as c
        print(c.passwhash("Hello", "with secret!"))

Warning

As this algorithm is still in development, use with caution.

Notice

This software comes with ABSOLUTELY NO WARRANTY.
I AM NOT LIABLE FOR ANY DAMAGE CAUSED BY THIS SOFTWARE.

About

Password Hashing Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published