Cipher Algrorithm used by org.eclipse.core.internal.runtime.auth.Cipher? [message #329398] |
Mon, 23 June 2008 04:13  |
Eclipse User |
|
|
|
Originally posted by: info.jcom1.com
I need to know, which cipher algorithm is used by
org.eclipse.core.internal.runtime.auth.Cipher .
According to my information, the mentioned class does the encryption of
passwords in the eclipse-preferences-section (e.g. the CVS-proxy-password).
I would like to know, which cipher-algorithm is used to do the encryption,
or if it's configurable?
Thanks for your replies!
|
|
|
Re: Cipher Algrorithm used by org.eclipse.core.internal.runtime.auth.Cipher? [message #329413 is a reply to message #329398] |
Mon, 23 June 2008 10:48  |
Eclipse User |
|
|
|
Originally posted by: eclipseng.arthorne.com
If you look at the source code, you will see it simply uses SHA-1 from
the JRE. The algorithm is not configurable. However, this mechanism is
deprecated in Eclipse 3.4 in favour of new Equinox secure storage API.
The secure storage API allows the end user to specify the encryption
algorithm on the "Secure Storage" preference page.
--
Florian Strecker wrote:
> I need to know, which cipher algorithm is used by
> org.eclipse.core.internal.runtime.auth.Cipher .
>
> According to my information, the mentioned class does the encryption of
> passwords in the eclipse-preferences-section (e.g. the CVS-proxy-password).
>
> I would like to know, which cipher-algorithm is used to do the
> encryption, or if it's configurable?
>
> Thanks for your replies!
>
|
|
|
Powered by
FUDForum. Page generated in 0.03951 seconds