Page 1 of 1

Password length too long

Posted: Fri Jun 18, 2010 10:02 am
by Miodrag
I use 2.10.1 demo (free) version and password with 9 characters. How can I overcome this limitation?

Thank you,
Miodrag

Pass length

Posted: Sun Jun 20, 2010 8:51 pm
by pajko83
I ran into the same problem few months ago, and it gave me a lot of fussiness. Everything else in this code was just as i wanted, except this insurmountable drawback. Password length limitation in demo version, requires password not greater than 8 characters. It is important to know, is this limitation durable, whether or not i am using demo or full version.

If full version of this code removes this limitation, please say so!

Thanks in advance,
Nemanja

Posted: Mon Jun 21, 2010 7:27 am
by Miodrag
Any update?

Miodrag

Posted: Wed Jun 30, 2010 12:00 pm
by SANSoft
I guess that is SMPP v3.4 limitation

Posted: Thu Jul 15, 2010 6:48 am
by Miodrag
I think that is not correct.
By v3.4 specification maximum password length is 9 charcters.

Regards

Posted: Thu Jul 15, 2010 9:04 am
by alt
9th symbol is always null (0x00)


C-Octet String
A series of ASCII characters terminated with the NULL character.

Posted: Thu Jul 15, 2010 9:13 am
by Miodrag
Thank you.

Is the last statement ('9th character is always null') related to v3.4 or your library?

Regards

Posted: Thu Jul 15, 2010 5:09 pm
by alt
It is written in v3.4 specification

Posted: Fri Jul 16, 2010 8:11 am
by Miodrag
OK. Thanks again.