Guillaume Vincent
356572ca59
6.0.0
8 years ago
Guillaume Vincent
1441e7a969
move index into src folder
8 years ago
Guillaume Vincent
7837716f2c
6.0.0-beta.6
8 years ago
Guillaume Vincent
6909229532
default version is version 2
8 years ago
Guillaume Vincent
46159aff45
remove template in tests
8 years ago
Guillaume Vincent
2a82ecd77b
6.0.0-beta.5
8 years ago
Guillaume Vincent
24c339e806
keep API as v1 for now
8 years ago
Guillaume Vincent
cc7f6b00d8
6.0.0-beta.4
8 years ago
Guillaume Vincent
15790eb142
remove ES6 error
8 years ago
Guillaume Vincent
ac8804aa89
6.0.0-beta.3
8 years ago
Guillaume Vincent
1bee7bb80b
clean test and refactor
8 years ago
Guillaume Vincent
d350c9c7f2
make generatePassword retro compatible
8 years ago
Guillaume Vincent
bfdb9c0219
6.0.0-beta.2
8 years ago
Guillaume Vincent
060dbc90ba
add missing files in npm
8 years ago
Guillaume Vincent
d07bc6c150
6.0.0-beta.1
8 years ago
Guillaume Vincent
ee66335f2c
clean tests
8 years ago
Guillaume Vincent
6409029d83
use pinkie-promise for smaller bundle size
8 years ago
Guillaume Vincent
58fc698627
remove webcrypto after pbkdf2 ponyfill
8 years ago
Guillaume Vincent
1aa19da4ab
add pbkdf2 polyfill
8 years ago
Guillaume Vincent
851b57e2e5
make tests pass
8 years ago
Erik Mulder
b4178b9b4b
Fix entropy test using new keyword index
8 years ago
Erik Mulder
f284359b18
Reverted code duplication prevention change
Don't know why, but it doesn't work after the refactoring. Seemed pretty harmless.
8 years ago
Erik Mulder
200d16d295
Fixed test definition with new method name
8 years ago
Erik Mulder
c00f24124e
Fixed export definition with new method name
8 years ago
Erik Mulder
14468db122
Code Review algorithm v2
The algorithm looks good to me. I just changed some names and added a few semi-colons.
8 years ago
Guillaume Vincent
1f06b18ed6
refactor code
8 years ago
Guillaume Vincent
09a7366d8f
calc max password length
8 years ago
Guillaume Vincent
c7a4ef7158
ensure that at least one letter per subset is present
8 years ago
Guillaume Vincent
dfacaa0444
change default set of characters, add symbols
8 years ago
Guillaume Vincent
f03a7d74e9
refactor code
8 years ago
Guillaume Vincent
011fb613b2
remove underscore from hidden methods
8 years ago
Guillaume Vincent
997b8a5d81
rename file that is not a test
8 years ago
Guillaume Vincent
ceced29113
add generatePassword v2 method
8 years ago
Guillaume Vincent
6965c0dd41
add render Password tests
8 years ago
Guillaume Vincent
076d74f7d8
add getSetOfCharacters v2 method
8 years ago
Guillaume Vincent
1392e4889f
add calcEntropy v2 method
8 years ago
Guillaume Vincent
1351820a59
clean tests remove done() functions
8 years ago
Guillaume Vincent
d9a657c76c
5.2.2
8 years ago
Guillaume Vincent
ce916e68b8
add phantomjs to fix error on travis
8 years ago
Guillaume Vincent
6d0e1b792d
5.2.1
8 years ago
Guillaume Vincent
0b3e22fd0c
remove ES6 code
8 years ago
Guillaume Vincent
9790da5489
merge webcrypto
8 years ago
Guillaume Vincent
260dbd3615
use the browserified version of crypto packages
8 years ago
Guillaume Vincent
0555a21307
clean package.json
8 years ago
Guillaume Vincent
665ca540b4
remove useless ISSUE_TEMPLATE
8 years ago
Guillaume Vincent
8356cb7aa7
5.2.0
8 years ago
Guillaume Vincent
8bc61b8b2e
update documentation
8 years ago
Guillaume Vincent
502bcf339f
update renderPassword API
allow user to customize renderPassword method
will help "Other password rules?" issue
lesspass/lesspass#37
8 years ago
Guillaume Vincent
70bebd5e5b
update encryptLogin API
allow user to customize iterations and key length for encryptLogin method.
encryptLogin use pbkdf2 with a default 8192 iterations and 32 key length.
make pbkdf2 rounds a per-site password profile option
lesspass/lesspass#38
8 years ago
Guillaume Vincent
4dd321fdcb
remove ava to use same test suite with webcrypto
8 years ago