Guillaume Vincent
5f5fffe56b
Merge pull request #44 from martinseener/patch-1
Changed password-generation method for DB and secret key
8 years ago
Martin
ec34e76e76
Changed password-generation method for DB and secret key
The date-method you've used it okay for unique passwords but they're not random, but a truly good passwort has to be. Therefore i propose this PR which uses the systems random pool to generate the same 32 char long passwords - but now they're not just unique but also random. Also as an additional password enhancement i've added the underline to the possible password (harder to crack).
I've successfully tested this new method on Debian and macOS Sierra. This should work on almost all Linux/Unix systems.
8 years ago
Guillaume Vincent
3648bfdd68
update requirements.txt
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
Guillaume Vincent
156fb3fbc1
add webcrypto in update.sh script
8 years ago
Guillaume Vincent
10bfb14da2
change license from MIT to GNU GPLv3
8 years ago
Guillaume Vincent
3031dc136a
change license from MIT to GNU GPLv3
8 years ago
Guillaume Vincent
55863168d6
change license from MIT to GNU GPLv3
8 years ago
Guillaume Vincent
93bc83da31
change license from MIT to GNU GPLv3
8 years ago
Guillaume Vincent
8bd82d2f13
change license from MIT to GNU GPLv3
8 years ago
Guillaume Vincent
175c07aff4
change license from MIT to GNU GPLv3
8 years ago
Guillaume Vincent
582322eceb
change license from MIT to GNU GPLv3
8 years ago
Guillaume Vincent
080f36b2b4
change license from MIT to GNU GPLv3
8 years ago
Guillaume Vincent
b4f557ddd5
change license from MIT to GNU GPLv3
8 years ago
Guillaume Vincent
c7f2eb4c88
use minified version
8 years ago
Guillaume Vincent
7492b7c207
use minified version
8 years ago
Guillaume Vincent
4cc1320694
update aurora
8 years ago
Guillaume Vincent
449813d542
5.1.1
8 years ago
Guillaume Vincent
0490900825
update build
8 years ago
Guillaume Vincent
7eb86bc260
update to lesspass-pure 3.0.5
8 years ago
Guillaume Vincent
19785b3737
update to lesspass-pure 3.0.5
8 years ago
Guillaume Vincent
bdc1ff7b29
update to lesspass-pure 3.0.5
8 years ago
Guillaume Vincent
107695493e
3.0.5
8 years ago
Guillaume Vincent
908cf639bb
watch all elements in form
8 years ago
Guillaume Vincent
8565b843a5
3.0.4
8 years ago
Guillaume Vincent
39c7ee31c8
build version 3.0.4
8 years ago
Guillaume Vincent
25d13f7e9b
fix filtered password errors
8 years ago
Guillaume Vincent
7f2bc365b3
remove tldjs
8 years ago
Guillaume Vincent
12ef523d8c
remove moment because too big
8 years ago
Guillaume Vincent
f74366a3ff
remove pilou
8 years ago
Guillaume Vincent
1f413d97e9
fix menu without dropdown
8 years ago
Guillaume Vincent
be42842863
remove inplicit .vue import
8 years ago
Guillaume Vincent
77e5505c51
prepare webpack simplification
8 years ago
Guillaume Vincent
4174695938
3.0.3
8 years ago
Guillaume Vincent
bc6aebd876
lesspass-webcrypto doesnt works well on mobile fallback to lesspass-core
8 years ago
Guillaume Vincent
70be700974
5.1.0
8 years ago
Guillaume Vincent
fbeed733fe
add createFingerprint interface
8 years ago
Guillaume Vincent
1ee74bfe6c
update to node6 and webcrypto
8 years ago
Guillaume Vincent
e6b67563ef
add warning for IE user
8 years ago
Guillaume Vincent
c104b33303
update to node 6 in docker
8 years ago
Guillaume Vincent
262279bd2f
update to lesspass-pure 3.0.2
8 years ago
Guillaume Vincent
b36e7825da
update to lesspass-pure 3.0.2
8 years ago
Guillaume Vincent
8dac8e370b
update to lesspass-pure 3.0.2
8 years ago
Guillaume Vincent
5bc7e55ae0
3.0.2
8 years ago
Guillaume Vincent
16c069d8b8
update bootstrap
8 years ago
Guillaume Vincent
889f15bbee
typo
8 years ago