Security aspects concerning code written in the programming language PHP which is often used for web applications.

learn more… | top users | synonyms

3
votes
0answers
94 views

How to implement client side encryption for CalDav & CardDav content?

I'm looking for a client-side encryption implementation that would be able to secure CardDav & CalDav data so that they couldn't be compromised even by the hosting provider. Server side: PHP or ...
0
votes
0answers
28 views

Mcrypt with sql server

How to encrypt/ decrypt the strings using Mcrypt on SQL Server ? Can anyone please post the reference regarding the same ? Actually I need a alternative of Mcrypt used in PHP on SQL server. So, I ...