Re: [PHP] PHP to decode AES

2012-10-18 Thread Rick Dwyer
On Oct 18, 2012, at 4:39 PM, Adam Richardson wrote: > On Thu, Oct 18, 2012 at 12:06 PM, Rick Dwyer wrote: >> Hello all. >> >> Has anyone ever tried to decode a JAVA AES/CBC encrypted string with PHP >> before? >> >> I found a tutorial online with the following code to use as starting point,

Re: [PHP] PHP to decode AES

2012-10-18 Thread Adam Richardson
On Thu, Oct 18, 2012 at 12:06 PM, Rick Dwyer wrote: > Hello all. > > Has anyone ever tried to decode a JAVA AES/CBC encrypted string with PHP > before? > > I found a tutorial online with the following code to use as starting point, > but it fails to return anything readable: > > $code ='Hello Wo

Re: [PHP] PHP to decode AES

2012-10-18 Thread Matijn Woudt
Op 18 okt. 2012 21:50 schreef "Rick Dwyer" het volgende: > > On Oct 18, 2012, at 2:38 PM, Matijn Woudt wrote: > > > On Thu, Oct 18, 2012 at 7:19 PM, Rick Dwyer wrote: > >> To correct what I posted below, $code that I'm passing to my function is encrypted… not plain text: > >> > >> ch7WvaSrCiHLst

Re: [PHP] PHP to decode AES

2012-10-18 Thread Rick Dwyer
On Oct 18, 2012, at 2:38 PM, Matijn Woudt wrote: > On Thu, Oct 18, 2012 at 7:19 PM, Rick Dwyer wrote: >> To correct what I posted below, $code that I'm passing to my function is >> encrypted… not plain text: >> >> ch7WvaSrCiHLstNeNUp5SkPfPgw0Z8vrNPJT+9vU7jN/C >> >> --Rick >> >> >> On Oct 18

[PHP] PHP 5.4.8 and PHP 5.3.18 released!

2012-10-18 Thread Johannes Schlüter
The PHP development team announces the immediate availability of PHP 5.4.8 and PHP 5.3.18. These releases fix about 20 bugs. All users of PHP are encouraged to upgrade to PHP 5.4.8, or at least 5.3.18. Key enhancements in these releases include: * Fixed bug #63111 (is_callable() lies for abstrac

Re: [PHP] PHP to decode AES

2012-10-18 Thread Matijn Woudt
On Thu, Oct 18, 2012 at 7:19 PM, Rick Dwyer wrote: > To correct what I posted below, $code that I'm passing to my function is > encrypted… not plain text: > > ch7WvaSrCiHLstNeNUp5SkPfPgw0Z8vrNPJT+9vU7jN/C > > --Rick > > > On Oct 18, 2012, at 12:06 PM, Rick Dwyer wrote: > >> Hello all. >> >> Has

Re: [PHP] PHP to decode AES

2012-10-18 Thread Rick Dwyer
To correct what I posted below, $code that I'm passing to my function is encrypted… not plain text: ch7WvaSrCiHLstNeNUp5SkPfPgw0Z8vrNPJT+9vU7jN/C --Rick On Oct 18, 2012, at 12:06 PM, Rick Dwyer wrote: > Hello all. > > Has anyone ever tried to decode a JAVA AES/CBC encrypted string with PH

[PHP] PHP to decode AES

2012-10-18 Thread Rick Dwyer
Hello all. Has anyone ever tried to decode a JAVA AES/CBC encrypted string with PHP before? I found a tutorial online with the following code to use as starting point, but it fails to return anything readable: $code ='Hello World'; $key = 'my key'; function decrypt($code, $key) { $key = hex2bi

Re: [PHP] Send php Mail not working in MAMP (non pro version)

2012-10-18 Thread Jim Lucas
On 10/17/2012 05:00 PM, Dave wrote: Make sure, if you happen to have install postfix as well, that it has replaced your sendmail. Then, from the cli, as your apache/php user, try sending an email using sendmail. # sendmail -v y...@email.com testing . Thanks a lot Jim for the help... sorry

RE: [PHP] Wrong time being displayed by PHP!

2012-10-18 Thread Ford, Mike
> From: underp...@gmail.com [mailto:underp...@gmail.com] On Behalf Of > Richard S. Crawford > Sent: 17 October 2012 19:29 > To: PHP-General > > You can see the current output of the above code here: > > http://projectbench.extensiondlc.net Can I ask what the fix for this was? Because that URL is