Lockbox plugin

1
  • 5 favourites

Index

Attached Files

The following files have been attached to this tutorial:

.capx

lockboxexample.capx

Download now 175.13 KB

Stats

5,108 visits, 10,607 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Password Check

Have you ever tried to enforce a tougher policy on passwords for your users? IF you haven't you should, a simple password can lead to a potential breech and loss of the users data to third parties.

Use these simple steps to gauge how strong a password is. Note this is only a suggestion and does not gaurantee a secure password. Generally the higher the value, the more secure you can consider the password.

ACTIONS:

Password Check: Checks a given password based on best practices for password creation. Also allows you to enter a second word(username) to make sure the password doesn't include that word.

Expression:

PasswordStrength: The relative strength of the password. The higher this number is, the more secure your password is considered. Please use the hashing functions listed next to further secure your password before saving to any sort of database.

  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!