| π Feature |
π Description |
| Secure Password Generation |
Creates strong, random passwords that are hard to guess or crack. |
| Copy to Clipboard |
Quickly copies the generated password for easy use. |
| QrCode generation |
Simplify transport password to mobile. |
| Cross-Platform Support |
Works smoothly across different operating systems. |
| Lightweight |
Fast startup and minimal resource usage. |
| User-Friendly CLI interface |
Simple design that makes password generation easy for everyone. |
Use your keyboard to interact with the app
- Run
model --list to view all available models.
- Run
model argon to set generation password model.
- Run
model check current model.
- Run
gen to start the generation process with the selected model.
- Fill in the generation form.
- Receive your password receipt.
| Unix-like |
Command |
 |
sudo apt-get install xsel |
 |
sudo apt-get install xsel |
 |
sudo apt-get install xsel |
 |
sudo pacman -S xsel |
 |
sudo yum install xsel |
 |
sudo apt-get install xsel |
git clone https://github.com/Artpupser/PassGen.git
cd ./PassGen/PassGen/
dotnet restore
dotnet publish -c Release -r linux-x64 --self-contained
./bin/Release/net10.0/linux-x64/publish/PassGen
| macOS |
 |
git clone https://github.com/Artpupser/PassGen.git
cd ./PassGen/PassGen/
dotnet restore
dotnet publish -c Release -r win-x64 --self-contained
./bin/Release/net10.0/win-x64/publish/PassGen.exe
| macOS |
Command |
 |
brew install xsel |
git clone https://github.com/Artpupser/PassGen.git
cd ./PassGen/PassGen/
dotnet restore
dotnet publish -c Release -r osx-x64 --self-contained
./bin/Release/net10.0/osx-x64/publish/PassGen
- Changed .NET version net8.0 -> net10.0.
- rebuilding rendering system, added: commander, configuration, dependency injection, graphics and console input service.
- User-friendly cli system.
- More information with generation password.
- Qr-code for copy paste password on phone with minimal effort.
- All oldest <alpha, beta> generators supports in new version.
- Upgraded rendering UI system (Composite pattern).
- New model generation -> 'Argon'.
- Added new password core: "Beta" - A more secure password generation method that requires a keyword and length input. It generates complex passwords using a unique algorithm, but needs more data for recovery.
- Regeneration Feature: Users can recreate passwords using the same keyword and creation date, ensuring easy recovery.
- Changed file readme.md: Added a "navigation" section for better user guidance.
- QR-Code Generation: Easily generate a QR code for your password checks.
- Clipboard Integration: Automatically copy generated passwords to your clipboard for convenience.
- Start console-app: Created a console application project.
- Added first password core: Alpha - is first password generation method in this project.
This project is licensed under the MIT License.