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!"))
As this algorithm is still in development, use with caution.
This software comes with ABSOLUTELY NO WARRANTY.
I AM NOT LIABLE FOR ANY DAMAGE CAUSED BY THIS SOFTWARE.