https://github.com/roabraham/genpass
This free application lets you generate hard-to-hack passwords. The generated passwords can easily be customized to fit your needs, you can even generate serial numbers for your own applications with it.
https://github.com/roabraham/genpass
password-generator security
Last synced: about 1 month ago
JSON representation
This free application lets you generate hard-to-hack passwords. The generated passwords can easily be customized to fit your needs, you can even generate serial numbers for your own applications with it.
- Host: GitHub
- URL: https://github.com/roabraham/genpass
- Owner: roabraham
- License: other
- Created: 2024-04-02T17:08:10.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-09-11T18:51:18.000Z (almost 2 years ago)
- Last Synced: 2024-09-13T03:14:40.788Z (almost 2 years ago)
- Topics: password-generator, security
- Language: Pascal
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# GenPass - Password Generator

*This free application lets you generate hard-to-hack passwords. The generated passwords can easily be customized to fit your needs, you can even generate serial numbers for your own applications with it. I developed this application when I was a student at university as a little additional project to learn how to code but I don't really use it nowadays as I have built its functionality into larger applications. You can download and use it, basically for any purpose, but it comes without warranty and **you may use it only at your own risk**!*
## Features
- Set password length;
- Make system clock take effect in generated passwords (so the probability of the same password's occurence will be minimal);
- Filter repeating periods to make the generated password harder to crack;
- Force uppercase/lowercase (easier to memorize but easier to crack);
- Make the generated password look like a serial number so you can use it to protect your own applications;
- Check how secure your new password is.
## System requirements
The program does not have any special requirements. It was built as a standard Windows application, so all you need to have is **Microsoft Windows XP SP3** or later. It may work on other Windows-like systems (such as [**Wine**](https://www.winehq.org/) for *Linux*) as well but there is no guarantee for that.
## Compiling
To compile this application, you need [**Lazarus IDE**](https://www.lazarus-ide.org/) with FreePascal compiler. You may need to adjust the project settings to fit your needs.