Re: v12 - Web authentication & Digest & MD5

2016-09-07 Thread Chip Scheide
OK so now I know :) On Wed, 7 Sep 2016 19:08:47 +0200, Keisuke Miyako wrote: > actually, 16 bytes. > > https://en.wikipedia.org/wiki/MD5 > >> 2016/09/08 2:07、Keisuke Miyako のメール: >> any size data to 20 bytes > > > 宮古 啓介 > セールス・エンジニア > > 株式会社フォーディー・ジャパン > 〒150-0043 > 東京都渋谷区道玄坂1-10-2 渋谷THビル

Re: v12 - Web authentication & Digest & MD5

2016-09-07 Thread Keisuke Miyako
actually, 16 bytes. https://en.wikipedia.org/wiki/MD5 > 2016/09/08 2:07、Keisuke Miyako のメール: > any size data to 20 bytes 宮古 啓介 セールス・エンジニア 株式会社フォーディー・ジャパン 〒150-0043 東京都渋谷区道玄坂1-10-2 渋谷THビル6F Tel: 03-6427-8441 Fax: 03-6427-8449 keisuke.miy...@4d.com www.4D.com/JP *

Re: v12 - Web authentication & Digest & MD5

2016-09-07 Thread Keisuke Miyako
MD5 is a hash function, it scrambles any size data to 20 bytes, its like a checksum. there is no concept of decoding. --- when you enable digest authentication, the browser (or, by extended application, any client) sends a hash key based on the user name and password, instead of "user:pass" (bas

Re: v12 - Web authentication & Digest & MD5

2016-09-07 Thread Spencer Hinsdale
it's a hash (not the kind you're smoking); is not reversible > On Sep 6, 2016, at 10:18 AM, Chip Scheide <4d_o...@pghrepository.org> wrote: > > Anyone have an MD5 decoder they would be willing to share? > ** 4D Internet Users

v12 - Web authentication & Digest & MD5

2016-09-07 Thread Chip Scheide
I can get and 4D to talk enough to get BASIC user/name password functions to work. I can get iCal to reply with DIGEST user/name password - but - I can not get Validate Digest Web Password to work... So... I can extract the MD5 encoded password from the digest, passed as part of the HTML header