| Author |
Message |
ishtikak
Joined: 20 Oct 2004 Posts: 35
|
09 Dec 2004 18:46 java encryption classes ? |
|
|
|
hiii all i want to ask is there encyption classes in java2
or a cryptography librery including these encryption algorithm
(Rijndael , SHA-1 ,DSS(Digital signiture))
and thanx
|
|
| Back to top |
|
 |
kidiotb
Joined: 19 Jan 2004 Posts: 75
|
14 Dec 2004 13:18 java encryption classes ? |
|
|
|
hi,
Jus do some googling before you ask something.Sun's got everything for Java.Search the Sun Site and you ll get a lot of information.
Anyway for your question theres a javax.crypto package for Java Cryptography.Refer to that in the documentation amd see this link
http://java.sun.com/j2se/1.4.2/docs/guide/security/CryptoSpec.html
regards,
Kareja
|
|
| Back to top |
|
 |
ishtikak
Joined: 20 Oct 2004 Posts: 35
|
17 Dec 2004 14:51 Thanx |
|
|
|
i am very thankfull but i didnot find what i wanted
i want a class that offers AES(Rijndael) algorithm and keygen
if you can help me i will be thankfull
|
|
| Back to top |
|
 |
swgchlry
Joined: 08 Dec 2003 Posts: 72 Helped: 1
|
03 Jan 2005 3:36 java encryption classes ? |
|
|
|
| I think you would have better to write one by yourself.
|
|
| Back to top |
|
 |