Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.