Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pascalcorpsman/pwm
- Owner: PascalCorpsman
- License: other
- Created: 2022-04-17T19:59:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T15:38:43.000Z (3 months ago)
- Last Synced: 2024-11-17T16:37:16.353Z (3 months ago)
- Topics: freepascal, lazarus, linux, multiuser, password-store, windows
- Language: Pascal
- Homepage:
- Size: 3.66 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
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