Skip to content

hmaiga/PaZword

 
 

Repository files navigation

pazword logo

PaZword

Downloads Release Contributors

A password manager made in UWP.

Get PaZword on the Microsoft Store

Features

  • Encryption of the vault.
  • Notifies when a credential has leak on the dark web.
  • Attach and encrypt up to 4 MB files.
  • Password generator and strength evaluator.
  • Synchronization with a personal cloud storage account, such like Microsoft OneDrive or DropBox.
  • Authentication using Windows Hello (facial recognition, fingerprint, pin...).
  • Authentication using two-factor authentication.
  • Automatic detection of the best icon to associate with an account.
  • Search function.

Screenshots

PaZword PaZword

Languages

  • English
  • French

See below to help with existing translations or add a new language.

How to install (as an end-user)

Prerequisite

  • You need Windows 10 build 1809 or later.

Microsoft Store

  • Search for PaZword in the Microsoft Store App or click here

Manual

  • Download and extract the latest release.
  • Double click the *.msixbundle file.

How to set up a development environment

  1. Clone the repository.
  2. Install Visual Studio 2019 by importing the following configuration.
  3. Rename ServicesKeys-sample.txt to ServicesKeys.txt.
  4. (optional, but recommended) Complete ServicesKeys.txt if you need to debug OneDrive, DropBox, RiteKit, Two factor authentication and more.
  5. Open the solution Windows/PaZword.sln
  6. Rebuild the solution.

Edit the localizable strings

Any localizable string should be placed in PaZword.Localization project. A LanguageManager service allows to bind any localizable string in XAML and update the UI by implementing INotifyPropertyChanged. This service is generated automatically. When editing a .resw file, be sure to regenerate the service by opening LanguageManager.tt and save (Ctrl+S).

Versioning

The application version use the following pattern :

year.month.day.buildCountInTheDay

Each time that the solution is built in Release mode, version number are updated.

Contribute

Feel free to contribute to this project in any way : adding feature, opening issues, translating.

Third-Party Softwares

See ThirdPartyNotices

License

See LICENSE

About

A password manager made in UWP technology

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%