lastpass-vault-py
Copyright (C) 2026 Paul Engler

This project is licensed under the GNU General Public License v3.
See LICENSE for the full text.

-------------------------------------------------------------------------------
THIRD-PARTY COMPONENTS
-------------------------------------------------------------------------------

This distribution includes material from third parties.  Each component is
governed by its own license, which is reproduced below.  These licenses are
compatible with the GPL v3 under which this project is released.

-------------------------------------------------------------------------------
1. EFF Diceware Wordlists
-------------------------------------------------------------------------------

Files:
  src/lastpass_vault/wordlists/eff_large.txt
  src/lastpass_vault/wordlists/eff_short1.txt
  src/lastpass_vault/wordlists/eff_short2.txt

Origin:
  Electronic Frontier Foundation (EFF)
  https://www.eff.org/dice

License: Creative Commons Attribution 3.0 United States (CC BY 3.0 US)
  https://creativecommons.org/licenses/by/3.0/us/

Attribution:
  These wordlists were created by the Electronic Frontier Foundation and are
  used here in accordance with the CC BY 3.0 US license.  The EFF is the
  original author and copyright holder.

Modifications:
  The original files are distributed by the EFF as tab-separated text with a
  Diceware index number followed by the word (e.g. "11111\tabacus").  In this
  distribution the index numbers have been stripped so that each file contains
  one word per line.  No words have been added, removed, or altered.

  The original files are available from the EFF at the URLs above.

-------------------------------------------------------------------------------
2. zxcvbn (optional dependency)
-------------------------------------------------------------------------------

zxcvbn is NOT bundled in this distribution.  It is an optional dependency
installed separately by the user via:

    pip install lastpass-vault-py[strength]

Package:    zxcvbn 4.x (Python port by Daniel Wolf)
PyPI:       https://pypi.org/project/zxcvbn/
Upstream:   Dropbox, Inc. — https://github.com/dropbox/zxcvbn

License: MIT License

  Copyright (c) 2016 Daniel Wolf

  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the "Software"),
  to deal in the Software without restriction, including without limitation
  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  and/or sell copies of the Software, and to permit persons to whom the
  Software is furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.

-------------------------------------------------------------------------------
DISCLAIMER
-------------------------------------------------------------------------------

This project is an unofficial, community-driven tool.  It is not affiliated
with, maintained, or endorsed by LastPass, LogMeIn, or GoTo Technologies.
No claim is made to the LastPass name, brand, trademarks, or intellectual
property.
