Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Cipher Algrorithm used by org.eclipse.core.internal.runtime.auth.Cipher?
Cipher Algrorithm used by org.eclipse.core.internal.runtime.auth.Cipher? [message #329398] Mon, 23 June 2008 08:13 Go to next message
Eclipse UserFriend
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 14:48 Go to previous message
Eclipse UserFriend
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!
>
Previous Topic:Beyond Ganymede
Next Topic:Possible to build an update site from 3.2 for 3.4?
Goto Forum:
  


Current Time: Fri Jul 19 12:15:16 GMT 2024

Powered by FUDForum. Page generated in 0.03781 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top