Re: Has anyone compiled the CalNet AWSTokenDecode into a DLL?

From: Sara Golemon <saramg_at_uclink.berkeley.edu>
Date: Wed Dec 17 2003 - 11:09:50 PST

Eric-

  I never ported it to a proper library, but I did bulid it into a PHP
extension. Is that something you'd be interrested in? (Or anyone else for
that matter?)

Example Usage:

<?php
  dl('php_awstoken.dll');

  $cleartext = awstoken_decode(base64_decode($AWSSignatureBase64));

  /* $cleartext == "12345 107327928
http://foo.berkeley.edu/returnpage.shtml 0" */
?>
----- Original Message -----
From: "Eric Chamberlain" <eric@uclink.berkeley.edu>
To: <micronet-list@uclink.berkeley.edu>
Sent: Tuesday, December 16, 2003 7:05 PM
Subject: [Micronet] Has anyone compiled the CalNet AWSTokenDecode into a
DLL?

> The exe version is cumbersome to work with. I'm looking for a dll
solution.
>
> --
> Eric Chamberlain, CISSP
> Campus Active Directory Architect
> Central Computing Services
> University of California, Berkeley
> http://calnetad.berkeley.edu
>
>
>
> ------------------------------------------------------------------------
> The following was automatically added to this message by the list server:
>
> For information about Micronet, including subscribing to
> or unsubscribing from its mailing list and finding out
> about upcoming meetings, please visit the Micronet Web site:
> <http://micronet.berkeley.edu/>.

------------------------------------------------------------------------
The following was automatically added to this message by the list server:

For information about Micronet, including subscribing to
or unsubscribing from its mailing list and finding out
about upcoming meetings, please visit the Micronet Web site:
<http://micronet.berkeley.edu/>.
Received on Wed Dec 17 11:13:32 2003

This archive was generated by hypermail 2.1.8 : Wed Dec 17 2003 - 11:13:32 PST