From e1ee951175141158630fe1d6b0674b15a117a53a Mon Sep 17 00:00:00 2001 From: Mariia Malitska <37335222+MariiaMalitska@users.noreply.github.com> Date: Thu, 19 Apr 2018 03:49:36 -0700 Subject: [PATCH] Added Virgil Security SDK to Security --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2d2954..6d3c025 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library. * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications. * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications. +* [Virgil Security SDK](https://github.com/VirgilSecurity/virgil-sdk-php) - An SDK which allows developers to add full end-to-end security to their existing digital solutions to become HIPAA and GDPR compliant and more using Virgil API. + ### Passwords *Libraries and tools for working with and storing passwords.*