[FREE] PasswordUtils extension

I am New to extension Development, So please recommend me some tips and tricks :heart_eyes:

Short Description on Blocks

This extension is simple but useful
Through this extension you can Check a Password’s Strength and you can also generate a Secure random password… :smile:

picture of all the blocks

All Blocks of extension

Events… :yum:

1
It tells you about the Strength of password entered
aditionally it also gives comments to pass according to pass strength…

2
Its a simple block which gives out the randomly generated pass

Methods/Functions :relaxed:

3
A simple but effective block which will check the password entered by user to make their and your life Secure :lock_with_ink_pen:

4
Generates a Strong pass for your users of the specified length

Properties :heart_eyes_cat:

5
this is optional but if you want additional security you can set it to “true” which allow the extension to check user pass must contains 1 Number, 1 Upper Case and 1 Special Char.

Download Links and Blocks image

My blocks Image :- :heart_decoration:

Version: 1
Published 2020-06-30T18:30:00Z , Last Updated 2020-06-30T18:30:00Z

Link to Apk :- PassUtil.apk

Link to Aia:- PassUtil.aia (15.6 KB)

Link to Extension :- king.dv.PasswordUtil.aix

Special thanks! to @Ken for guiding me out to fix bugs…

Request to all :two_hearts:

As I specified I am not pro at extension development…
if you find bugs please feel free to say… :grin:
you can suggest me some more features that I should add in extension!!

Also please give me topics for extensions :heart_decoration:

20 Likes

Ohh nice work

1 Like

Thanks!.. :heart:

1 Like

Nice Start to Extension Developement :clap::blush:

1 Like

Nice work , keep it up

1 Like

Thx for appreciation

Nice work.keep trying. Happy journey

1 Like

Thanks !! :+1::+1:

thank you for your contribution.

Please follow the naming conventions, which is UpperCamelCase for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names, i.e. no underscores!

example:
naming

Unbenannt

Taifun

5 Likes

Thx in next update I’ll fix it too​:ok_hand::ok_hand:

How can I create the aix file so I can make my own password generator?