Download List

项目描述

raps2 is a simple password safe. You give it a name, a password, and optional metadata, and it will encrypt and store them for you. It uses Eksblowfish for crypto, which offers a configurable key setup time, so you can make it as slow as you want. Each password is saved in a separate file, making it easy to track them in version control.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-14 06:31
0.2

这个版本引入了“raps2清单”,其中列出了所有存储的帐户及其登录和网址。它解决了XDG_CONFIG_HOME / XDG_DATA_HOME处理的缺陷;的修复增加了文件::作为一个新的依赖基本目录。
This release introduces "raps2 list", which lists all stored accounts and their Logins and URLs. It fixes an XDG_CONFIG_HOME / XDG_DATA_HOME handling bug; the fix adds File::BaseDir as a new dependency.

2011-05-10 23:48
0.1

这是最初的版本。一个帐户可以添加“raps2加上”,并把它的密码是X剪贴板提出了“raps2得到的”。您还可以显示与“raps2 info”和整个帐户与“raps2转储”(包括密码)加密的帐户信息。元数据支持的帐户登录,网址,密码,与“编外”(多行文本)。
This is the initial release. An account can be added with "raps2 add", and its password is put into the X Clipboard with "raps2 get". You can also show the unencrypted account information with "raps2 info" and the whole account (including password) with "raps2 dump". Supported account metadata are Login, URL, Password, and "Extra" (multiline text).

Project Resources