Re: James Mail Server Password Encoding From PHP

2009-03-05 Thread Buglish
://www.nabble.com/James-Mail-Server-Password-Encoding-From-PHP-tp22347592p22348565.html Sent from the James - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional

Re: James Mail Server Password Encoding From PHP

2009-03-05 Thread Stefano Bagnara
IIRC James Server does a base64 encoding of the *binary* hash returned from the SHA1 algorythm described by the RFC you linked. php sha1() function does instead an HEX encoding of the hash. So, either you have php 5 and you use the raw_output parameter in your sha1 call, or you hex decode the str

James Mail Server Password Encoding From PHP

2009-03-05 Thread Buglish
ecure Hash Algorithm 1 (SHA1) MD5 - RSA Data Security, Inc. MD5 Message-Digest Algorithm -- View this message in context: http://www.nabble.com/James-Mail-Server-Password-Encoding-From-PHP-tp22347592p22347592.html Sent from the James - Users mailing list a