| |
| |
|
|
|
1
JavaScript name:
|
ASCII Encryption |
Size: 1874 Bytes
|
| (Internet Explorer Only) A very simple encryption method that uses random values for each character. Interestingly, you can encrypt the same string as many times as you want and the result will always be different. You may use it for security. | |
|
|
2
JavaScript name:
|
Validation (SSN) |
Size: 1577 Bytes
|
| Input the Social Security Number using either the 9 digit or NNN-NN-NNNN format. The number ranges can be easily changed by the S.S.A, so this is not checked. | |
|
|
3
JavaScript name:
|
XOR Encryption |
Size: 4065 Bytes
|
| Performs a bitwise XOR (Exclusive Or) on each byte of the data you wish to encrypt using the key you provide. Useful as an additional security precaution when sending sensitive information over the Internet. | |
|
|
|
|
| |
|