Results 1 to 5 of 5
Thread: Encryption
- 01-30-2012, 07:54 PM #1
Senior Member
- Join Date
- Nov 2011
- Posts
- 116
- Rep Power
- 0
Encryption
Hi,
How would you go about writing code to encrypt a drive. For an example, when you insert a USB drive, you will be prompted if you want to encrypt your USB drive.
Relative info about what classes needs to be imported, what variables need to be instantiated, and the methods to be called.
Thanks.
- 01-30-2012, 09:06 PM #2
Re: Encryption
I'm not an expert on encryption but what you want to do is change the bytes on the drive according to the encryption that you choose. I'v actually done a similar task before as a exercise in school. Are you looking for finished API's/Library's to help you or are you going to do all the programming?
- 01-30-2012, 09:15 PM #3
Senior Member
- Join Date
- Nov 2011
- Posts
- 116
- Rep Power
- 0
Re: Encryption
Ok thanks. Yea il be doing all the programming from scratch. I have actually written code to listen to USB or other media drives when running. So when I insert my USB it prints ("Drive" +letterDrive+ " has been inserted"), and when unplugged, then prints out ("Drive has been unplugged").
So now im not sure where to go from here i.e. to actually encrypt the drive.
Thanks
- 01-30-2012, 09:25 PM #4
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
Re: Encryption
Did you do an internet search? This is the first hit for me when searching 'java encryption'
Java Cryptography Extension
In particular, look at the Cipher class.
- 01-30-2012, 09:53 PM #5
Similar Threads
-
Encryption
By Martin1512 in forum Advanced JavaReplies: 0Last Post: 05-02-2011, 07:25 PM -
Encryption
By stegano in forum New To JavaReplies: 0Last Post: 03-01-2011, 04:13 PM -
How to encryption?
By JavaCy in forum Advanced JavaReplies: 1Last Post: 09-26-2010, 08:49 PM -
Aes Encryption
By rohitpatidar3 in forum Advanced JavaReplies: 7Last Post: 04-12-2010, 04:16 AM -
encryption
By Joe2003 in forum Advanced JavaReplies: 2Last Post: 02-06-2008, 10:27 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks