HR / Crypter

🔓✨🔒 An innovative, convenient and secure encryption app
https://git.io/Crypter
MIT License
454 stars 70 forks source link

Enforce stronger password #29

Closed HR closed 7 years ago

HR commented 7 years ago

Ensure that there is at least one capital letter used in password.

HR commented 7 years ago

Fixed by https://github.com/HR/Crypter/commit/abc22f4d944dfffee8cb1dbea17e5220f845d8f6

EdOverflow commented 7 years ago

I do not agree with the current password guidelines.

In case you missed it, NIST updated their password guidelines here: https://pages.nist.gov/800-63-3/sp800-63b.html#memorized-secret-verifiers

Verifiers SHOULD NOT impose other composition rules (mixtures of different character types, for example) on memorized secrets.

HR commented 7 years ago

@EdOverflow please open a new issue for discussing this (different matter).

HR commented 7 years ago

@EdOverflow would also appreciate your input on https://github.com/HR/Crypter/issues/26