Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pascalcorpsman/pwm

Multi user password manager for Linux and windows
https://github.com/pascalcorpsman/pwm

freepascal lazarus linux multiuser password-store windows

Last synced: about 2 months ago
JSON representation

Multi user password manager for Linux and windows

Awesome Lists containing this project

README

        

# PWM

This is PassWord Manager (PWM) written in Free Pascal. It uses a Rijndael (4096-Bit Key) to store its data in its database. Do not leave the programm open for long times its security is only existing when closed.

![](images/preview_main.png)

Features:
- multi user
- easy to use
- password generation
- link storage
- Windows / Linux supported

#### Login screen
![](images/preview_password.png)

#### Add new password
![](images/preview_add.png)

#### User managament
![](images/preview_usermanagement.png)

## License
See the file license.md, located under:

https://github.com/PascalCorpsman/Software_Licenses/blob/main/license.md

for details about the license.

Warranty: There is no warranty use on your own risk!

## What needs to be done to compile the code ?

1. Install Lazarus IDE from https://www.lazarus-ide.org/
2. Install the following packages into the Lazarus IDE (from online package manager):
- Unique Instance
- dcpcrypt