mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
4f310b6b69
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
58 lines
3.0 KiB
XML
58 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
|
||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||
<metadata>
|
||
<id>bitwarden-cli</id>
|
||
<version>0.0.0</version>
|
||
<packageSourceUrl>https://github.com/bitwarden/clients/tree/master/apps/cli/stores/chocolatey</packageSourceUrl>
|
||
<owners>kspearrin</owners>
|
||
<title>Bitwarden CLI</title>
|
||
<authors>Bitwarden Inc.</authors>
|
||
<projectUrl>https://bitwarden.com/</projectUrl>
|
||
<iconUrl>https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png</iconUrl>
|
||
<copyright>Copyright © 2015-2024 Bitwarden Inc.</copyright>
|
||
<projectSourceUrl>https://github.com/bitwarden/clients/</projectSourceUrl>
|
||
<docsUrl>https://help.bitwarden.com/article/cli/</docsUrl>
|
||
<bugTrackerUrl>https://github.com/bitwarden/clients/issues</bugTrackerUrl>
|
||
<releaseNotes>https://github.com/bitwarden/clients/releases</releaseNotes>
|
||
<licenseUrl>https://github.com/bitwarden/clients/blob/master/LICENSE.txt</licenseUrl>
|
||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
<tags>bitwarden password manager cli</tags>
|
||
<summary>A secure and free password manager for all of your devices.</summary>
|
||
<description>
|
||
For CLI documentation, please visit https://help.bitwarden.com/article/cli/
|
||
|
||
-----------------
|
||
|
||
Bitwarden, Inc. is the parent company of 8bit Solutions LLC.
|
||
|
||
NAMED BEST PASSWORD MANAGER BY THE VERGE, U.S. NEWS & WORLD REPORT, CNET, AND MORE.
|
||
|
||
Manage, store, secure, and share unlimited passwords across unlimited devices from anywhere. Bitwarden delivers open source password management solutions to everyone, whether at home, at work, or on the go.
|
||
|
||
Generate strong, unique, and random passwords based on security requirements for every website you frequent.
|
||
|
||
Bitwarden Send quickly transmits encrypted information --- files and plaintext -- directly to anyone.
|
||
|
||
Bitwarden offers Teams and Enterprise plans for companies so you can securely share passwords with colleagues.
|
||
|
||
Why Choose Bitwarden:
|
||
|
||
World-Class Encryption
|
||
Passwords are protected with advanced end-to-end encryption (AES-256 bit, salted hashing, and PBKDF2 SHA-256) so your data stays secure and private.
|
||
|
||
Built-in Password Generator
|
||
Generate strong, unique, and random passwords based on security requirements for every website you frequent.
|
||
|
||
Global Translations
|
||
Bitwarden translations exist in 40 languages and are growing, thanks to our global community.
|
||
|
||
Cross-Platform Applications
|
||
Secure and share sensitive data within your Bitwarden Vault from any browser, mobile device, or desktop OS, and more.
|
||
</description>
|
||
</metadata>
|
||
<files>
|
||
<file src="tools\**" target="tools" />
|
||
</files>
|
||
</package>
|