Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check for Side-By-Side matching characters
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00798873
Message ID:
00798898
Views:
22
This message has been marked as a message which has helped to the initial question of the thread.
Kirk,

You may well want to combine this with the following to give you an indication of the relative bit strength of the plaintext.
lcPassPhrase = "abcdefg"
lnStrengthBits = log(62 ^ len(lcPassPhrase)) / log(2)
It can be used in conjunction with a system defined minimum threshold for passwords.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform