Eclipse 安全存储

发布于 2024-10-03 11:27:30 字数 62 浏览 3 评论 0原文

是否可以完全禁用Eclipse的安全存储密码?我在 Windows 7 上运行 Eclipse Helios。

Is it possible to disable completely the secure storage password of Eclipse? I am running Eclipse Helios on Windows 7.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

海的爱人是光 2024-10-10 11:27:30
  1. Windows->首选项->然后
  2. 在内容选项卡中键入“安全存储”,选择[默认安全存储]。
  3. 单击删除。
  4. 让 Eclipse 重新启动。
  1. Windows->preferences->then type "secure storage"
  2. In the Contents tab, select [Default Secure Storage].
  3. Click Delete.
  4. Let Eclipse restart.
中二柚 2024-10-10 11:27:30

要禁用主密码提示,您必须使用 -eclipse.password 指定包含密码的文件,请参阅 Eclipse SDK 帮助错误 241223

完整的过程如下(这是在 Linux 上,在 Windows 上,如果更改路径,它应该也可以工作):

  1. 退出 Eclipse
  2. 删除目录 ~/.eclipse/org.eclipse.equinox.security
  3. 创建一个包含 master 的文本文件密码,例如 echo "secret" > ~/.eclipse/master
  4. 添加到 Eclipse 程序目录中的 eclipse.ini 的最顶部(两行,不要合并为一行)

    <前><代码>-eclipse.password
    /home/用户/.eclipse/master

  5. 再次启动 Eclipse。

To disable the master password prompt you have to specifiy a file containing the password with -eclipse.password, see Eclipse SDK Help and Bug 241223.

The complete procedure is as follows (this is on Linux, on Windows it should work as well if you change the paths):

  1. Exit Eclipse
  2. Delete the directory ~/.eclipse/org.eclipse.equinox.security
  3. Create a text file containing your master password, e.g. echo "secret" > ~/.eclipse/master
  4. Add to the very top of eclipse.ini, found in the Eclipse program directory (as two lines, don't combine into one)

    -eclipse.password
    /home/user/.eclipse/master
    
  5. Start Eclipse again.
鸢与 2024-10-10 11:27:30

这是我在 Windows 上的 Nano.2 中的解决方案,它很好、很简单,并且似乎有效:

  • Window ->首选项->一般->安全->安全存储
  • 密码选项卡:在主密码提供程序部分中,取消选中 Windows 集成和 UI 提示

我还尝试删除内容选项卡中的 [默认安全存储],就像建议的其他一些答案一样,但这不需要无论如何,它会在重新启动时重新创建。

Here's my solution in Nano.2 on Windows, and it's nice and easy and seems to be working:

  • Window -> Preferences -> General -> Security -> Security Storage
  • Password tab: in the Master password providers section, uncheck Windows Integration and UI Prompt

I also tried deleting the [Default Secure Storage] in the Contents tab like some other answers suggested, but this is not needed and it gets recreated upon restart anyways.

夏尔 2024-10-10 11:27:30

现在您可以删除它,假设您不需要它做任何事情。转到窗口>首选项>一般>安全>安全存储,然后单击“内容”选项卡。如果单击“删除”按钮,然后重新启动 Eclipse,您将不再看到该弹出窗口。

据我了解,安全存储主要与 Git 和 SVN 等存储库一起使用。就我而言,我的家用计算机不需要它。我在工作中使用 Git,但即便如此,我以前也从未见过安全存储弹出。

You can now just delete it, assuming you don't need it for anything. Go to Window > Preferences > General > Security > Secure Storage and then click on the 'Contents' tab. If you click the Delete button and then restart Eclipse, you will no longer see the pop-up.

From what I understand, Secure Storage is mostly used with repositories like Git and SVN. In my case, I don't need it for my home computer. I use Git at work, but even so, I have never seen the Secure Storage pop up before.

懒的傷心 2024-10-10 11:27:30

打开 Eclipse 或导入项目时,有时可能会出现名为 Salt must be 8 bytes long 的错误。这是因为 Java 和操作系统密钥存储之间存在冲突。

以下任一方案都是该问题的解决方案。

► 解决方案 1:删除文件.eclipse\org.eclipse.equinox.security\secure_
系统中的存储。之后请重新启动机器并尝试使用Eclipse***。

► 解决方案2:从Windows的密码选项卡中取消选中Windows集成(64位)UI提示 ->首选项->一般->安全->安全存储。之后请重新启动机器并尝试使用 Eclipse。

► 解决方案 3:从 Windows 的“内容”选项卡中删除[默认安全存储] ->首选项->一般->安全->安全存储。之后请重新启动机器并
尝试使用Eclipse。

While opening the Eclipse or importing the project, you might get sometimes error called Salt must be 8 bytes long. This is because of conflicts between Java and OS key store.

Either of following are the solutions of this problem.

► Solution 1: Remove file <USERHOME>.eclipse\org.eclipse.equinox.security\secure_
storage from your system. After that please restart machine and try to use Eclipse***.

► Solution 2: Uncheck the Windows Integration (64 bit) and UI Prompt from Password tab of Windows -> Preferences -> General -> Security -> Secure Storage. After that please restart machine and try to use Eclipse.

► Solution 3: Delete [Default Secure Storage] from Contents tab of Windows -> Preferences -> General -> Security -> Secure Storage. After that please restart machine and
try to use Eclipse.

情定在深秋 2024-10-10 11:27:30

在安装了 Eclipse Indigo 的 Ubuntu 11.10 上,文件夹 org.eclipse.equinox.security 隐藏在 /root/.eclipse 文件夹中。
执行“

sudo su
cd /root/.eclipse
mv org.eclipse.equinox.security org.eclipse.equinox.security.backup

然后(重新)启动 Eclipse”,密码就会消失。

On Ubuntu 11.10 with Eclipse Indigo installed the folder org.eclipse.equinox.security is hidden in the /root/.eclipse folder.
Do a

sudo su
cd /root/.eclipse
mv org.eclipse.equinox.security org.eclipse.equinox.security.backup

Then (re)start eclipse and the password will be gone.

滥情稳全场 2024-10-10 11:27:30

在 Windows 7 enerprise 64 位 + java 8 中
在 Eclipse 中,转到:

Preferences
--> General
    -> security
        -> secure Storage. 
            In master Password providers UNCKECK Windows integration (64 bits)

然后转到常规 - 网络连接 - 代理
并编辑您的代理设置。
出现创建安全存储的向导

In windows 7 enerprise 64 bits + java 8
In eclipse go to :

Preferences
--> General
    -> security
        -> secure Storage. 
            In master Password providers UNCKECK Windows integration (64 bits)

Then go to General -- network connections -- proxy
And edit your proxy settings.
A wizard appear to create Secure Storage

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文