Eclipse的Secure storage
(大部分参考自Eclipse官方文档) 在ubuntu下每次打开eclipse时会显示如下的提示框,要求输入Secure storage password,很麻烦 Secure Storage是什么呢? 1,什么是Secure Storage 从Eclipse 3.4增加的一种加密机制,可以通过密码方式保护配置文件。 官方说明: secure storage以加密的形式保存数据。在某些操作系统上,它使用你的操作系统帐户信息提供单点登录体验。 安全存储本身不包含加密的代码(encryption code)。它使用由Java虚拟机和/或操作系统提供的算法。 2,工作原理 Let's consider a concrete example of CVS integration. When you specify a password for a CVS connection, the application offers you an option to save your user name and password using secure storage. Your CVS password is passed as data to secure storage. Secure storage uses a "master" password to encrypt it and