Security
Regular Expressions Password complexity test for registration forms
It is shocking how many people actually think that the names of wife, children, pets or favourite sports teams, are actually safe passwords. To make potential users aware that this is not a case, here is a password complexity test for registration forms.
Reviews0
PriceFree
Views744
JavaScript: Password Protected Content with Redirect Page
If the password does not match case or is invalid the material
on the page is secured.
This is poor man's simple security. You want to use something
robust for sensitive information. This will keep most out, but
probably not the ones you really wanted to stay away. You want
to add another script to protect the source of your files, too.
Reviews0
PriceFree
Views4545
Restricting access of JavaScript libraries to your domains
posted bywsabstractinSecurity
The nature of JavaScript libraries means they can be accessed and utilized by any site online, not just yours. Learn how to restrict access of your libraries to only your own sites, warding off bandwidth theft in the process.
Reviews0
PriceFree
Views2685