This is a discussion on looking for best practices for security for PHP commercial grade application within the PHP Language forums, part of the PHP Programming Forums category; I posted here another thread so please forgive em for this intrusion as well but it's really a different ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I posted here another thread so please forgive em for this intrusion as well
but it's really a different topic. Where can I read /learn about best security preactices? Books web sites, articles, ... are all welcome. Many thanks. |
|
|||
|
"NotGiven" <noname@nonegiven.net> wrote in message
news:%%DKb.45493$yA6.33660@bignews1.bellsouth.net. .. > I posted here another thread so please forgive em for this intrusion as well > but it's really a different topic. > > Where can I read /learn about best security preactices? Books web sites, > articles, ... are all welcome. > > Many thanks. > Man, you are restless anyways, if you need a start http://java.sun.com/webservices/docs...pSecurity.html. Understandably it is for Java, but concepts should not be vague as it pertains to untrusted zone (internet). Go through it including pages linked within. That will give you an overall idea of a security model, then port it for your application. --Turi |
|
|||
|
thanks.
"Aditya Ivaturi" <aivaturi@aijalon.net> wrote in message news:XlEKb.218303$Eq1.44487@twister.rdc-kc.rr.com... > "NotGiven" <noname@nonegiven.net> wrote in message > news:%%DKb.45493$yA6.33660@bignews1.bellsouth.net. .. > > I posted here another thread so please forgive em for this intrusion as > well > > but it's really a different topic. > > > > Where can I read /learn about best security preactices? Books web sites, > > articles, ... are all welcome. > > > > Many thanks. > > > > Man, you are restless anyways, if you need a start > http://java.sun.com/webservices/docs...pSecurity.html. > Understandably it is for Java, but concepts should not be vague as it > pertains to untrusted zone (internet). Go through it including pages linked > within. That will give you an overall idea of a security model, then port it > for your application. > > --Turi > > |