Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwawrzyniak/pwng
pwng (password-next-gen) is a free and easy to use offline password generator with password rating function.
https://github.com/nwawrzyniak/pwng
java password password-generator password-rating
Last synced: about 1 month ago
JSON representation
pwng (password-next-gen) is a free and easy to use offline password generator with password rating function.
- Host: GitHub
- URL: https://github.com/nwawrzyniak/pwng
- Owner: nwawrzyniak
- License: gpl-3.0
- Created: 2019-10-14T17:07:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T18:24:00.000Z (about 3 years ago)
- Last Synced: 2024-04-01T21:50:35.119Z (9 months ago)
- Topics: java, password, password-generator, password-rating
- Language: Java
- Homepage: https://www.nwawsoft.com/pwng
- Size: 895 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# (pwng) password-next-gen
![GitHub](https://img.shields.io/github/license/nwawrzyniak/pwng)
![GitHub repo size](https://img.shields.io/github/repo-size/nwawrzyniak/pwng)Password Next Gen - Your password's next generator
## About
pwng is a free, easy to use, open source password generator and password rater.The software is currently available in English and German. Additional languages may be added in future version.
Since pwng is written in [Java](https://www.oracle.com/java/) it will run on [all of these operating
systems](https://www.oracle.com/java/technologies/javase/products-doc-jdk8-jre8-certconfig.html).## Download
All stable versions can be found on the ["Releases" tab on
GitHub](https://github.com/nwawrzyniak/pwng/releases).## Notes for developers
If you want to help develop this application or compile from source code you should clone this repository with the
command ```git clone https://github.com/nwawrzyniak/pwng.git --recurse-submodules```. If you do not use
```--recurse-submodules``` you will have to run ```git submodule update --init``` afterwards. It is recommended to use
[IntelliJ IDEA](https://www.jetbrains.com/de-de/idea/download) to work on this project, as everything is already
preconfigured for it. If you use any other IDE you may have to specify the source, resource, test and library
directories and how the artifact is built.## Maintenance
pwng is maintained by [Nico Wawrzyniak](https://www.github.com/nwawrzyniak). For questions, feedback and suggestions
feel free to contact me via [[email protected]](mailto:[email protected]).