We build a a tool for "Sharing files over internet with encryption".
Here are simple principles that builds a secure system.
Program implements Something u know ,something u have pattern.
Something u know : Your pin, unless u do not share it with anybody
None of your previous data can be obtained by an intruder.
Something u have : Thumb, disk, usb,or mobile
Program never places an un-encrypted data to network or server.
So every encryption and decryption only occur on local environment.
Program stores files as chunks so a server intruder does now obtain full file. Files are stored at chunks.
Files are divided into blocks according to file size. Each block have different AES keys so decrypting a file needs multiple AES hacking.
Server does not hold enough data for decrypting files. Files decrypts need RSA keys which are only found on Local ends.
No comments:
Post a Comment