I need to calculate an MD4 has of a string for a project I am working
on. When I try to use MD4 class from Sun, it tells me that it is not
supported. I cannot use MessageDigest.getInstance()  because MD4 is
not included in any standard providers. So is there a way to include
MD4 from java.sec to my project or do I have to implement is
separately?

I am even not sure whether I will have a permission to add new
provider as described in
http://www.java2s.com/Open-Source/Java-Document/6.0-JDK-Modules-sun/security/sun/security/provider/MD4.java.htm

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to