Skip to content

VitoVoelker/PasslockDesktop

 
 

Repository files navigation

Passlock for PC - A powerful cross-platform password manager.

Check out Passlock for Android

Features

  • Backup and sync passwords across devices 💻📱.
  • Encrypted passwords using AES 128bit for maximum security.
  • Mimics Material v3 Monet engine with 🌙 Dark Mode, to use different 🎨 color themes. (Self-made)
  • Make strong passwords 🔑 through built in password generator.
  • Advanced 🔍 finding algorithm to search for passwords easily.

Installation

Check out Releases and Download for linux/windows

Additional (optional) steps for linux

After installing and extracting .tar.gz file in linux to run app anywhere in terminal we can create a softlink like this:

Run anywhere

$ ln -s /path/to/passlock/Passlock /usr/local/bin/passlock

After this we can run passlock by typing $ passlock

Add menu icon

$ cd ~/.local/share/applications
$ nano passlock.desktop

Paste the following lines by specifying the /path/to/passlock

[Desktop Entry]
Encoding=UTF-8
Version=1.3.0
Type=Application
Terminal=false
Exec=/path/to/passlock/Passlock
Name=Passlock
Icon=/path/to/passlock/pass.png

Now app can be launched from applications menu

Screenshots

Signup with Passlock

Create Strong Passwords

Backup and Sync

Framework

Uses Kivy as framework, along with KivyMD library.

About

A Password Manager for Windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.6%
  • kvlang 8.3%
  • Makefile 0.1%