Results 1 to 2 of 2
Thread: Encrypting a big file
- 08-10-2011, 05:31 AM #1
Member
- Join Date
- Aug 2011
- Posts
- 2
- Rep Power
- 0
Encrypting a big file
I hace a database created, whit administrator program createthe file with all products, are 6000 products, this file must be shared to others client-programs, that i want is that my administrator program upload to a server and with the client-program download it, but nobody can open the dile to view the information. i want the file will be safe. I recomend me encrypting with RSA, but i dont have clear this process for a file. I have understood that the size is multiplied. What do you recommend for encrypting the file and a example for this.
Thank you
Esteban
- 08-10-2011, 07:55 AM #2
- Join Date
- Dec 2010
- Location
- Stockholm, Sweden
- Posts
- 222
- Blog Entries
- 9
- Rep Power
- 3
I'm not sure what you want to do.
RSA must not be used for encrypting regular data, it makes it unsafe.
For big data RSA is slow as well as unsafe.
RSA (or alike) should be used for symmetric key exchange.
BE aware of time attacks in RSA key exchange process.
RSA should be included in Java's cryptography package.
For encrypting files you may want to use a block cipher (those are usually best) found I Java's cryptography package. You can (but should not) also go old school and use a simple Vigenère cipher.Ex animo! Hibernate
Java, Arch Linux, C, GPL v3, Bash, Eclipse, Linux VT, GNOME 2 and many buttons on windows.
Similar Threads
-
Encrypting unique columns
By andy16 in forum JDBCReplies: 0Last Post: 05-26-2010, 07:57 PM -
Error Encrypting Session Key
By InduM in forum New To JavaReplies: 1Last Post: 12-02-2009, 08:08 AM -
My encrypting thingy lags alot..
By Addez in forum New To JavaReplies: 3Last Post: 09-15-2009, 11:33 PM -
Encrypting packets
By bugger in forum NetworkingReplies: 2Last Post: 02-04-2008, 10:24 AM -
Encrypting File in Java
By sandeepkk2005 in forum Advanced JavaReplies: 0Last Post: 11-27-2007, 08:16 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks