[Free] [V2] Random Password Generator Extension

SafePasswords V2

An extension to create a random password.Made by Aditya Nanda

πŸ’‘ Current Version 2.0
πŸ“ File Size 5.20 KB
πŸ“¦ com.AdityaNanda.PasswordGenerator.SafePasswords
πŸ“… Created On 2022-01-15

Method Blocks


Block1
GeneratePassword - Returns a Random String with special characters example:- GfVV<j&Dx9$(8o}Op%#e ,etc of any lenght you enter.NOTE:-Minimum Possible length is 4
➜ length input type number


This Update handles all these:

  • include at least one lowercase letter
  • include at least one uppercase letter
  • include at least one number
  • include at least one special character (often listed)

Credits:-

@TIMAI2 Post 18

This docs is generated from AIX Docs - Cttricks. Hit :heart: button if you liked this extension and feel free to comment below your reviews and suggestion.

Click here to download this extension.

Result:-


4

Version1

SafePasswords

An extension to create a random password.Made by Aditya Nanda

πŸ’‘ Current Version 1.0
πŸ“ File Size 4.97 KB
πŸ“¦ com.AdityaNanda.PasswordGenerator.SafePasswords
πŸ“… Created On 2022-01-14

Method Blocks



GeneratePassword - Returns a Random String with special characters example:- GfVV<j&Dx9$(8o}Op%#e ,etc of any lenght you enter.
➜ length input type number


This docs is generated from AIX Docs - Cttricks. Hit :heart: button if you liked this extension and feel free to comment below your reviews and suggestion.

com.AdityaNanda.PasswordGenerator.aix (5.0 KB)
to download this extension.

10 Likes

Is the password generated on the device, or is there a call to an internet api / site ?

Nice to see you creating extensions. However, do not that you must follow the naming conventions while uploading an extension. Please remove the underscore (_) to follow the naming conventions.

3 Likes

Generated on device
no API is used

sb.append(chars.charAt(rnd.nextInt(chars.length())));

I used this way :slightly_smiling_face:

1 Like

Done @Gordon_Lu :slightly_smiling_face: Thanks

1 Like

Please change your download link to a landing page, or simply upload your aix file to the community (I have edited your first post accordingly)

1 Like

Done :slightly_smiling_face: @TIMAI2

Hello Aditya_Nanda

Looks like you may have produced an extension that will become very popular. You might like to enhance it. Many websites are picky about the special characters used. Also there can be rules in addition to minimum / maximum length of the password, especially how many upper and lower case letters must be present, how many numbers must be present, how many special characters must be present.

5 Likes

Thanks, @ChrisWard I am already aware of this and I will bring an update soon

mmmm,

  • length (usually min. 8/12/16)
  • include at least one lowercase letter
  • include at least one uppercase letter
  • include at least one number
  • include at least one special character (often listed)
  • some might expect no duplicates...
6 Likes

Password.aia (3.1 KB)

grafik

7 Likes

A similar approach with blocks was proposed in [Free] Random Password Generator Extension - #4 by dora_paz - Extensions - Kodular Community

6 Likes

I Think I Should Delete My Extension

:cry:

No, why ...?

Your replies show the uselessness of my extension :cry:

The same would then also e.g. apply to one of my extensions:

2 Likes

Don't worry

one of your greatest work will be deletd and world cant see your talent its ok its still welcome

you may delete it but i wont

i like this extension :heart:

2 Likes

This handles all these:

  • include at least one lowercase letter
  • include at least one uppercase letter
  • include at least one number
  • include at least one special character (often listed)

image

5 Likes

This extension can be used to break Wi-Fi passwords? :grinning_face_with_smiling_eyes:

1 Like

:face_with_monocle: Really? I never thought about this!:frowning: