30 Nov
2015
30 Nov
'15
11:34 a.m.
On Nov 30, 2015, at 11:30 AM, Stefano Mason <stefano.mason@eng-mo.it> wrote:
Thanks Alan, but the alternative isn't good in all situation. When I used the previous code the regex fail with all the password that end with zero, like: mikemouse00.
No. The code I posted converts the User-Password to an *octet* string in Tmp-Octets-0. So if the ASCII version ends with "00", the octet string will end with "3030". Alan DeKok.