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
Jinx
January 14, 2022, 1:58pm
9
Thanks, @ChrisWard I am already aware of this and I will bring an update soon
Jinx
January 14, 2022, 3:35pm
13
I Think I Should Delete My Extension
Jinx
January 14, 2022, 3:43pm
15
Your replies show the uselessness of my extension
Anke
January 14, 2022, 3:47pm
16
The same would then also e.g. apply to one of my extensions:
Here is an extension to format the time / duration (millis) in different ways:
β [ HH:mm:ss ] β [ days + HH:mm:ss ] β [ HH:mm ] β [ mm:ss ] β etc.
This is asked very often and always requires a lot of questions / answers and posts in the forum.
(Last here: Creating a Chronometer - #17 by PizzaGuy07 )
Hence this extension (some of it can also be implemented with the on-board methods, but I want to simplify it:):
Version 1 (May 20, 2020):
TFormat.aix (5.5 KB)
Version 2 (Oct 20, 2021):
TFormβ¦
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
2 Likes
This extension can be used to break Wi-Fi passwords?
1 Like
Jinx
January 14, 2022, 5:15pm
20
Really? I never thought about this!
Jinx
January 14, 2022, 5:17pm
21
Thanks @TIMAI2 Now let me do this same concept in Java
3 Likes
If you want to produce impenetrable passwords, use a
cryptographic function. Typically named something like CryptRandom.
You can test the quality of the passwords you produce here:
and here:
4 Likes
TIMAI2
January 15, 2022, 12:09pm
23
Reworked mine a bit to include removing duplicate characters and set minimum length to 6.
Draggable Procedure
3 Likes
Given the variability of the length of the password, and that Wi-Fi passwords can contain spaces, it's probably going to take you a veryyy long time.
Just my two cents' worth, but it'd be great if the app could cipher the password with a randomly generated seed for extra impenetrability.
1 Like
Anke
January 15, 2022, 2:03pm
26
As far as my math skills don't fool me, this should increase the chances of hacking a password.
(As soon as you use a search algorithm that doesn't allow duplicate chars. But maybe I'm wrong.)
2 Likes
TIMAI2
January 15, 2022, 2:46pm
27
I don't know, is 1111
more difficult to hack than 1234
?