OWASP / phpsec

OWASP PHP Security Project - THIS PROJECT IS INACTIVE AND MAY CONTAIN SECURITY FLAWS
197 stars 103 forks source link

BasicPasswordManagement::hasOrderedCharacters does not involve string encoding #50

Closed SvenRtbg closed 8 years ago

SvenRtbg commented 11 years ago

The function will work with ASCII as usual, but whenever it comes to more unusual characters, especially from other languages and in different encodings, things will get interesting.

abiusx commented 11 years ago

the localed features is intended for next release


Notice: This message is digitally signed, its source and integrity are verifiable. If you mail client does not support S/MIME verification, it will display a file (smime.p7s), which includes the X.509 certificate and the signature body. Read more at Certified E-Mail with Comodo and Thunderbird in AbiusX.com

On Mordad 11, 1392, at 3:10 AM, SvenRtbg notifications@github.com wrote:

The function will work with ASCII as usual, but whenever it comes to more unusual characters, especially from other languages and in different encodings, things will get interesting.

— Reply to this email directly or view it on GitHub.

SvenRtbg commented 11 years ago

The issue is not fixed - that's why I assigned it to the "next release" milestone.