hello everybody;
i am student from malaysia, here i need help from you all, for your information, i am working for my final year project now, My project is Smart Encryption System which it can encrypt all type of files and sizes. i decide to use java programming because there are many coding available. i also used 3 algorithm to encrypt/decrypt the file which are DES,3DES and Blowfish. because i am very beginner user, where i can learn the java programming. some one can suggest me what the 3 best algorithm easy to use with java.
tq.
Encryption algorithmsJava Beginner
Page 1 of 1
9 Replies - 2927 Views - Last Post: 23 August 2007 - 03:18 AM
Replies To: Encryption algorithms
#2
Re: Encryption algorithms
Posted 13 August 2007 - 09:08 PM
You should read this - http://java.sun.com/...CryptoSpec.html
It gives information about the cryptography architecture in java.
Update : More recent link provided in the post directly below this
It gives information about the cryptography architecture in java.
Update : More recent link provided in the post directly below this
This post has been edited by csmanoj: 14 August 2007 - 09:44 AM
#3
Re: Encryption algorithms
Posted 14 August 2007 - 12:49 AM
As csmanoj wrote, have a look at the JCE, but since J2SE 1.5 it is integrated into the SDK I would assume this more recent link.
It has everything, even sample codes.
Since it is a framework, the algorythms are equally easy to use - maybe those taht use public and private keys need a bit more attention, than secret key ones. (I would only suggest reading up on their main features, because some of them might need extra care taken, like RSA needs padding for large data, or effective keylength)
It has everything, even sample codes.
Since it is a framework, the algorythms are equally easy to use - maybe those taht use public and private keys need a bit more attention, than secret key ones. (I would only suggest reading up on their main features, because some of them might need extra care taken, like RSA needs padding for large data, or effective keylength)
#4
Re: Encryption algorithms
Posted 15 August 2007 - 10:47 AM
thanks friends..anything please allow me to know. i very appreciate it.. what is the best compiler? now i prefer to use Netbean or Eclipse...
This post has been edited by tajin_village: 15 August 2007 - 10:57 AM
#5
Re: Encryption algorithms
Posted 15 August 2007 - 01:31 PM
Are you asking about compilers or IDEs? Netbeans and Eclipse are IDEs, and they both use whatever compiler (SDK) you configure in them (the most common is SUN's, but there are a couple of others).
For a compiler I would stay with the SUN SDK.
There are a couple of threads here on IDEs, they both have their advantages and shortcomings, but for general Java apps, there is not much difference.
For a compiler I would stay with the SUN SDK.
There are a couple of threads here on IDEs, they both have their advantages and shortcomings, but for general Java apps, there is not much difference.
#6
Re: Encryption algorithms
Posted 15 August 2007 - 09:07 PM
1lacca, on 15 Aug, 2007 - 01:31 PM, said:
Are you asking about compilers or IDEs? Netbeans and Eclipse are IDEs, and they both use whatever compiler (SDK) you configure in them (the most common is SUN's, but there are a couple of others).
For a compiler I would stay with the SUN SDK.
There are a couple of threads here on IDEs, they both have their advantages and shortcomings, but for general Java apps, there is not much difference.
For a compiler I would stay with the SUN SDK.
There are a couple of threads here on IDEs, they both have their advantages and shortcomings, but for general Java apps, there is not much difference.
sorry friends,actually i very beginner..what is the difference compilers or IDEs?let say i want to built the java app, did i need to have both the compilers or IDEs?
#7
Re: Encryption algorithms
Posted 15 August 2007 - 11:17 PM
You need a compiler, and you can use an IDE to make your life easier (it's only a graphical user interface, so you can point and click on commands, automates some actions, and makes editing your code easier via syntax highlighting), whereas a compiler is usually a command line program, that creates an executable (or object, lilbrary, whatever) file from your source files.
This post has been edited by 1lacca: 15 August 2007 - 11:18 PM
#8
Re: Encryption algorithms
Posted 17 August 2007 - 01:38 AM
where i can find free source code for encryption and decryption in java?..anyone can suggest me what the best compiler and IDEs to used for my system?
because it require three algorithm together in the system..
#9
Re: Encryption algorithms
Posted 23 August 2007 - 02:42 AM
tajin_village, on 17 Aug, 2007 - 01:38 AM, said:
where i can find free source code for encryption and decryption in java?..anyone can suggest me what the best compiler and IDEs to used for my system?
because it require three algorithm together in the system..
malay=pakai jer eclipse atau netbean, dua dua ok
english=eclipse or netbean, both are great..
#10
Re: Encryption algorithms
Posted 23 August 2007 - 03:18 AM
tajin_village, on 17 Aug, 2007 - 10:38 AM, said:
where i can find free source code for encryption and decryption in java?
A link is already posted in this thread. (Hint: by me)
tajin_village, on 17 Aug, 2007 - 10:38 AM, said:
anyone can suggest me what the best compiler and IDEs to used for my system?
because it require three algorithm together in the system..
The standard Sun compiler will do, and both Eclipse and NetBeans are just fine as an IDE, but generally any modern IDE will do - and it isn't overly complicated to do even without an IDE.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|