|
Hi,
Thank you Luciano for your answer. I think it's right
that my applet doesn't work because there aren't the cryptographic classes in
Netscape.
When i execute: mess = MessageDigest.getInstance("qualsiasi
algoritmo Digest");
Netscape thows this error: #
Security Exception: checkpropsaccess.key
But what can i do? How can i crypt some information when
there aren't crytographic modules in Netscape. I wouldn't like to load some
aditional module because my applet needs to work in every browser.
Do you know how can i do this? If you have some address with examples, send
it to me, please.
Thank you,
Carlos Navarro
The problem is that Netscape
doesn't contain the classes which are the implementations of one-way hash
algorithms such as MD5 e SHA1. The implementatios, that you are testing in
your standalone program using de JDK, is part of the SUN's JCA implementation.
Could you send me the error message.
[ ]'s
Luciano da Silva Coelho
e-Sec Tecnologia em Seguranca de Dados
LTDA.
|
