
Use this method can generate a random text.īut if this standard rule does not work for you, you can refer to codeunit 1282 “Password Handler Impl.” to write the generation rule you need. StrongPassword := PasswordHandler.GeneratePassword(15) įinally, because we can’t generate random text in Business Central, the Random(Integer) Method can only return a pseudo-random number. PasswordHandler: Codeunit "Password Handler" Using all of the character sets: Strong Password Generator can create secure and strong random passwords that are very difficult to crack or hack without. Source Code: page 50101 "Strong Password Generator" Let me do a test: Create a new Strong Password Generator page that randomly generates a strong password of password lengths of 15-character. This time we use codeunit 1284 “Password Handler”.Īnd there is a procedure GeneratePassword(Length: Integer): Text. No matter, in this post I will describe how to generate a strong password with Business Central. There are many tools to do this, and Chrome also has the following standard features.īut it looks like there are no special characters.


Today I would like to share a mini tip of Business Central, how to generate a strong password with Business Central.įirst, what is a strong password? It is long unique password, contains uppercase letters, lowercase letters, numbers, and special characters.
