MD5 (Message-Digest Algorithm)
0
This script is used to process a variable length message into a fixed-length output of 128 bits using the MD5 algorithm. It is fully compatible with UTF-8 encoding. It is very useful when you want to transfer encrypted passwords over the Internet.
Disable Text Selection
3
Use this script to disable the selection of text on a page. It's very simple using two of the built-in JavaScript events to cancel the selection before it starts. You can even attach the events to a specific element.
DCScript Login
4
Check your login password.
Encode - Decode
0
Another method to encode and decode your data with a key value.
No Right Click
1
This script is the best for Web Page Security. It disables the browsers Right Click Menu giving your page a high level of security. No alert message is displayed.
No RightClick IE Menu
0
This script will disable the menu right-click of IE Browser.
Encrypt Alphabet Characters
0
This is a simple message encoding script. You can encode your message and send it to a friend. He can then decode it using this script. You can also use the script to encrypt your text files. Numbers and special characters are not allowed.
Safe of Password
4
This code will check the safe of password that you type in and display safety level of this password.
Password Protect
1
Use this script to protect online files. Users cannot cancel out of it. It can also be used with your browser's home page to control Internet access on your own computer.
Password Verifier
2
Keep your visitors from submitting their form until their 'password' and 're-enter password' fields match, for verification purposes. They get an error message telling them to re-enter the passwords if they do not match.
Form Guard
1
Form Guard is a collection of the following JS form checking functions: EMail, Password.
Random Password Generator 2
3
This script can be used to generate random passwords for improved password strength.
Password Generator
3
Generate a random password with the ability to include numberic and characters restrictions.
Enhanced Login Javascript Test
1
This is a simple password script that requires both a login and password to gain entry to the protected page, with an incorrect set taking the user to a 'failure' page instead. This script uses Array to keep data of users. And Usernames and passwords are case sensitive.
Login and Password script
3
This is another script that requires both a login and password to gain entry to the protected page, with an incorrect set taking the user to a 'failure' page instead.