mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-15 20:47:53 +08:00
Passman 2.0.0-RC1
Add newlines to info.xml Signed-off-by: Passman Bot <info@passman.cc>
This commit is contained in:
parent
77dd2ecdc4
commit
d042e398ec
1 changed files with 11 additions and 11 deletions
|
@ -3,16 +3,16 @@
|
||||||
<id>passman</id>
|
<id>passman</id>
|
||||||
<name>Passman</name>
|
<name>Passman</name>
|
||||||
<summary>Passman is a full featured password manager.</summary>
|
<summary>Passman is a full featured password manager.</summary>
|
||||||
<description><![CDATA[Passman is a full featured password manager.
|
<description><![CDATA[Passman is a full featured password manager.\n
|
||||||
Features:
|
Features:\n
|
||||||
- Vaults
|
- Vaults\n
|
||||||
- Vault key is never sent to the server
|
- Vault key is never sent to the server\n
|
||||||
- Credentials are stored with 256 bit AES
|
- Credentials are stored with 256 bit AES\n
|
||||||
- Ability to add custom fields to credentials
|
- Ability to add custom fields to credentials\n
|
||||||
- Built-in OTP (One Time Password) generator
|
- Built-in OTP (One Time Password) generator\n
|
||||||
- Password analyzer
|
- Password analyzer\n
|
||||||
- Share passwords internally and via link in a secure manner.
|
- Share passwords internally and via link in a secure manner.\n
|
||||||
- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )
|
- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\n
|
||||||
For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
|
For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
|
||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
|
||||||
<admin>https://github.com/nextcloud/passman#readme</admin>
|
<admin>https://github.com/nextcloud/passman#readme</admin>
|
||||||
<developer>https://github.com/nextcloud/passman/tree/master/docs</developer>
|
<developer>https://github.com/nextcloud/passman/tree/master/docs</developer>
|
||||||
</documentation>
|
</documentation>
|
||||||
<category>other</category>
|
<category>tools</category>
|
||||||
<website>https://demo.passman.cc</website>
|
<website>https://demo.passman.cc</website>
|
||||||
<bugs>https://github.com/nextcloud/passman/issues</bugs>
|
<bugs>https://github.com/nextcloud/passman/issues</bugs>
|
||||||
<repository type="git">https://github.com/nextcloud/passman.git</repository>
|
<repository type="git">https://github.com/nextcloud/passman.git</repository>
|
||||||
|
|
Loading…
Reference in a new issue