open_ssl is it secure enough?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
EricS
Forum Contributor
Posts: 183
Joined: Thu Jul 11, 2002 12:02 am
Location: Atlanta, Ga

open_ssl is it secure enough?

Post by EricS »

Anyone found any good tutorials on using open_ssl?

Thanks in advance.
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Post by Heavy »

I don't know. But I do know that the PHP forum is under heavy load even without topics not related to PHP... :twisted:
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

not php-related?
LXXII. OpenSSL functions ;)
But a good tutorial? sorry, nope :(
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Heavy wrote:I don't know. But I do know that the PHP forum is under heavy load even without topics not related to PHP... :twisted:
It the person want's to use OpenSSL with PHP, then it is "related". :twisted:

And Eric, if you find out something, let us know.

Cheers,
BDKR
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Post by Heavy »

BKDR wrote:If the person want's to use OpenSSL with PHP, then it is"related".:twisted:
volka wrote:not php-related?
AAAAH!! :oops: I Felt that coming! :oops: :oops:
But I'm cool!
Just watch me:
8)
This time I'm really posting even though I don't have to! 8O

When I recieve criticism, I feel exactly this smart:
Image
EricS
Forum Contributor
Posts: 183
Joined: Thu Jul 11, 2002 12:02 am
Location: Atlanta, Ga

open-ssl WITH PHP

Post by EricS »

With the tools I have to work with, open-ssl seems like the only viable option for two-way encryption of SSN and CC, the mcrypt library isn't installed. So I was hoping someone had run across a good tutorial about using open_ssl with php. Anyway, if I find one or if I figure it out I will write a tutorial for it when Im done.

Thanks for trying :)
Post Reply