(Project) Thinking database security.

YawRake

Beta member
Messages
2
Location
Atlanta
Hello community!

I am a new member and i'm jumping right in with a project.

I hope everyone enjoys!

This project is all about keeping databases safe. Specifically from an intruder downloading everything from the database all at once. This will be done by adding multiple computers in front of the database. They will communicate the data to the database step by step (computer by computer) until it reaches the database. Each computer will measure the previous computer's response time. This will allow software to determine if an intruder is affecting the process and measures can be taken to stop a total system loss.

I have made a power point slide show and slide notes explaining the concept.

I have also coded a basic version of the concept in C# that you can compile and test on a single computer.

I am using drop box so downloading is not necessary.

Simply view or manually copy the slide show/source code off their website.

All feedback is welcome.

Enjoy!

https://www.dropbox.com/s/q7lotxrm3dtngbk/readme.txt?dl=0

https://www.dropbox.com/s/13rqmhu0bi7obes/ppp.ppt?dl=0
https://www.dropbox.com/s/uep0j1bx4bizv5m/ppn.doc?dl=0
https://www.dropbox.com/s/20g4sui6r5kq5um/ConfigureA.doc…
https://www.dropbox.com/s/7dtr11su9p2r7k9/ConfigureB.doc…
https://www.dropbox.com/s/jnzejoy3kzt3tmi/ConfigureC.doc…
https://www.dropbox.com/s/axuwft140n1g0en/AnyComp.doc?dl=0
https://www.dropbox.com/s/ilgvn4ea7lcv3d2/CompR.doc?dl=0
https://www.dropbox.com/s/t4pbn93dzo332m1/CompA.doc?dl=0
https://www.dropbox.com/s/0thv9q6k85v3iiy/CompB.doc?dl=0
https://www.dropbox.com/s/y44q1l9bxlaw55x/CompC.doc?dl=0
https://www.dropbox.com/s/9r85nf0bd9s…/QueryPrefCounter.doc…
https://www.dropbox.com/s/z1a4rfrwrm0ofoe/class0.dll.txt…
https://www.dropbox.com/s/u9ttqxbxii2yw4g/class0.txt?dl=0
https://www.dropbox.com/s/zen7h4cftsquixr/class1.dll.txt…
https://www.dropbox.com/s/w6w7uswos3cbje6/class1.txt?dl=0
https://www.dropbox.com/s/s6a6sebb4n40uml/class2.dll.txt…
https://www.dropbox.com/s/1gi8qydxk0xi3sq/class2.txt?dl=0
https://www.dropbox.com/s/269rc9dupq23k1g/class3.dll.txt…
https://www.dropbox.com/s/5qjwn52rp0gg3f8/class3.txt?dl=0
 
Back
Top Bottom