SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
3.
Before that, what problems do we have? <ul><li>mistrust in hosting provider aims </li></ul><ul><li>security problems </li></ul><ul><li>data stealing using SQL Injections </li></ul><ul><li>… or after server was hijacked </li></ul><ul><li>etc. etc. </li></ul>
4.
“ Information” <ul><li>one the most dangerous weapons </li></ul><ul><li>you have it, you rule </li></ul><ul><li>...money, women and finally the world </li></ul><ul><li>take a look at Google, Facebook, M$ etc. </li></ul>
7.
We introduce SYDO <ul><li>aims to protect your data stored in SQL databases </li></ul><ul><li>a built-in interface for SQL functions </li></ul><ul><li>based on client/server API </li></ul><ul><li>help you to store and manage your data </li></ul>
9.
The problem divided in layers <ul><li>Low Level processing (SQL Interfaces) </li></ul><ul><li>SYDO </li></ul><ul><li>Medium Level processing (here we can add patches over SQL queries) </li></ul><ul><li>High-level processing (WAFs, htaccess etc.) </li></ul><ul><li>Post-processing (client side) </li></ul>
10.
Solution <ul><li>data (rows/tables/databases) encrypted with AES 128 </li></ul><ul><li>keys stored in SYDO Hash Center (remote - server) </li></ul><ul><li>unique identification key + AES keys related </li></ul><ul><li>SQL Query identification by generating a key stub(Anti-SQLI) </li></ul><ul><li>RESTful encrypted API protocol between Client and server </li></ul>
12.
Features <ul><li>support over multiple SQL interfaces </li></ul><ul><li>API statistics </li></ul><ul><li>multiple website management for SYDO Hash Center </li></ul><ul><li>P2P Hash Center Service (lower latency) </li></ul><ul><li>cache over SYDO Hash Center (even lower latency) </li></ul><ul><li>Anti-DOS for SYDO Hash Center </li></ul>
13.
Project Status <ul><li>available on GitHub v.01 Alpha </li></ul><ul><li>http://bit.ly/o6qzjn </li></ul><ul><li>soon update! </li></ul>
14.
Important <ul><li>SYDO is not bullet proof but is a better solution! </li></ul>