| bio | website | 3dzones.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | Oct 4 '12 at 12:51 | |
| stats | profile views | 1 |
|
Oct 4 |
comment |
what is the best algorithm for file encryption to send over network? The key will not be distributed . the key will be only with the sender server , as it is also the receiver ! i want to encrypt the file then put it on the 3rd party server , so when i need it i get it back and decrypt it . |
|
Oct 2 |
comment |
what is the best algorithm for file encryption to send over network? my problem is really very simple , i need an encryption algorithm thats works fast on large files , and doesn't increase the file size itself . the algorithm should use a key to encrypt/decrypt data . why ... i wish i could know that by my self . but for now all i know is that the files will be saved on a 3rd party servers , although files are sent through https , but they need them stored encrypted on the remote servers and be able to decrypt them when retrieving them back . i hope this is better :) |
|
Oct 2 |
comment |
what is the best algorithm for file encryption to send over network? @mikeazo it is just a requirement to have a custom encryption method , it is not related to security . it's just related to encryption . i could've used DES but it's way too old ! |
|
Oct 1 |
comment |
what is the best algorithm for file encryption to send over network? the files will be sent using ReST and over HTTPS , but still a good encryption/decryption method with a key is mandatory (to be used in a website) |
|
Oct 1 |
asked | what is the best algorithm for file encryption to send over network? |