Skip to content

renamice/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Password Generator

A simple API for generation passwords. You can choose:

  1. The length of the password
  2. If you want numbers or not
  3. If you want symbold or not

Lower and Upper caseses can't be toggled off.


Frontend

...


Backend

Calling the base url processes the request as such:

{
    length: 30,
    put_numbers: true,
    put_symbols: true,
}

You can put your unique request thorough: /config?length=<int>&put_numbers=<bool>&put_symbols=<bool>


RenaMice.

About

a simple password generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages