issues
search
shaneMangudi
/
bcrypt-nodejs
Native implementation of bcrypt for NodeJS
Other
574
stars
69
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Create executable for hashing passwords
#33
ajcrites
closed
9 years ago
0
Replaced array.join('') to string += concat.
#32
ghost
closed
9 years ago
5
$2a$15 hashes generated externally.
#31
athalius
opened
10 years ago
0
Install sintax error
#30
albertorestifo
closed
10 years ago
0
expected speed
#29
vasiliyb
opened
10 years ago
3
Any Decryption Method?
#28
martingg88
opened
10 years ago
6
Replace from octal literals to hex to run under --strict-mode
#27
phanect
closed
9 years ago
2
Bumping minor version (hash compare now returns false instead of throws)...
#26
joshball
closed
10 years ago
0
Make module name/import obvious to user
#25
nobleach
closed
10 years ago
0
Comparing $2y$ hashes
#24
kevinhikaruevans
opened
10 years ago
4
bcrypt.compare* should return false on hashes of length != 60
#23
joshball
closed
10 years ago
0
[Compatibility] Passing a number as salt parameter doesn't work
#22
ysulyma
opened
10 years ago
1
Resolution to issue #11 as raised and debugged by dcodeIO
#21
markau
opened
10 years ago
3
default seed_length
#20
bahtou
opened
11 years ago
0
genSalt rounds isn't optional
#19
remy
opened
11 years ago
1
Example not working
#18
grasGendarme
opened
11 years ago
6
Bug with 31 rounds ?
#17
fpirsch
opened
11 years ago
2
Fix operator precedence bug in unicode tests.
#16
fpirsch
closed
9 years ago
0
Fix repo URL in npm
#15
samt
opened
11 years ago
5
Fixing parameters in #hash
#14
andrejewski
closed
9 years ago
1
New release for the global leak fix
#13
tgriesser
opened
11 years ago
4
Truly async hashing, compatibility fixes and some minor improvements
#12
dcodeIO
closed
7 years ago
10
function hash(data, salt, progress, callback) breaks compatibility
#11
dcodeIO
closed
7 years ago
2
Better ~~Async~~ Parallel Processing
#10
shaneMangudi
closed
9 years ago
0
Readme Badges
#9
nisaacson
closed
11 years ago
8
Mocha tests and global leak
#8
nisaacson
closed
11 years ago
5
var statements fix
#7
nisaacson
closed
11 years ago
0
Actually make the progress parameter an optional parameter
#6
geekymole
closed
11 years ago
0
Document progess parameter to hash() function to fix issue #1
#5
alexmurray
closed
11 years ago
0
Corrected hashing of UTF-8 strings.
#4
NicolasPelletier
closed
11 years ago
2
Hash collisions for UTF-8 passwords
#3
NicolasPelletier
closed
11 years ago
3
Which Cypto?
#2
happyspace
closed
11 years ago
2
Documentation is wrong for hash
#1
alexmurray
closed
11 years ago
5
Previous