Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/ionic_passwortgenerator
Ionic/Angular app with capacitor that generates passwords
https://github.com/mdecker-mobilecomputing/ionic_passwortgenerator
angular ionic
Last synced: 20 days ago
JSON representation
Ionic/Angular app with capacitor that generates passwords
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_passwortgenerator
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2022-06-16T11:18:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T13:33:30.000Z (over 2 years ago)
- Last Synced: 2024-11-09T22:41:13.938Z (3 months ago)
- Topics: angular, ionic
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic app to generate a password #
Simple Ionic/Angular app with Capacitor, which generates a random password based on the chosen character set
and length (security level).**Do not use the passwords generated by this app for productive usecases, because the password generation
uses the random generator offered by the browser's JavaScript engine, and this random generator might not
be good enough for security applications.**
----
## Screenshots ##
![Screenshot 1](screenshot_1.png) ![Screenshot 2](screenshot_2.png)
![Screenshot 3](screenshot_3.png) ![Screenshot 4](screenshot_4.png)
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files
in this repository.