Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a safe password with random ASCII characters usually available on the keyboard (English and Latin characters)
ResourceFunction["RandomStrongPassword"][] creates a random safe password string with 32 text characters. | |
ResourceFunction["RandomStrongPassword"][size] creates a random safe password string of length size. | |
ResourceFunction["RandomStrongPassword"][size, n] creates n random safe passwords. |
Create an standard safe password of length 32:
In[1]:= |
Out[1]= |
Create a safe password of length 16:
In[2]:= |
Out[2]= |
Create 20 safe passwords of length 16:
In[3]:= |
Out[3]= |
Visualize 20 new safe passwords of length 20 in columnar form:
In[4]:= |
Out[4]= |
Use WolframAlpha to test passwords for their strengths:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
Now, test the strength of a password generated using RandomStrongPassword:
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License