1.2.0 • Published 5 years ago

dubhash v1.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Warnings and Disclaimers

This encryption script makes a file in its root directory called: db.dhash
that file contains the JSON table of the values for each letter, number and symbol; This may or may not be used to decrypt any data that was hashed.
There has not been a known way of decrypting hashed strings yet.
You're responsible for the security of this file.

Initiation

To get started, Require the script, EXAMPLE: var dhash = require('dubhash')

Then you may use the hash function.
dhash.hash('password');
which will return any sort of thing.
Or if you wish to encrypt the hash with a second layer and/or shorten it,
you may do this to have it auto encryptic with MD5.
dhash.hash('password', true);

How it works

DubHash works by creating a table, full of the letters, numbers and symbols in the english language. Each letter, number and symbol has its own unique (per index directory of where it was required from) replacements.
When hashed, It replaces these letters, while also replacing its own replacements with even more replacements. In most cases, this will make the password, pretty much undecryptable. (It is possible, I myself haven't found a way.)

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago