Home
Name Modified Size InfoDownloads / Week
Builds 2012-10-25
Other Languages 2012-10-20
025 Release.zip 2012-10-25 2.0 kB
020 Release.zip 2012-10-22 2.1 kB
readme.txt 2012-10-22 939 Bytes
Totals: 5 Items   5.1 kB 0
ES-E Readme..

You'll need a webserver for the PHP files to work obviosuly.
Or you can just use "http://spenc.webege.com/encryption.php?password=<word>" to save time.

I will only provise SRC to non-PHP programs that use the encryption.
The non-PHP programs will just grab data off the spenc.webege.com website
instead of me re-coding all of it again.


'SALT'
-------
The encryption has added something new, it's sort of like MD5 salt but with a number.
I'd like to point out now that this will only accept even numbers, or will just error.
Also, PHP may error if the number is too high.

Usage: http://spenc.webege.com/encryption.php?password=<word>&secur=<salt#>
If you $_GET value "secur" is not defined in the URL, salt with default to "0".
"Test":
	Salt "0": 12b009a7a2i632g430b080f5c1b925d2c5a487a8h1a984e3219680i0b7e953b311e09d
	Salt "2": 97g060a4f8a680d624h092f2h0a617f9b7d739a9i9b001b125a594f098g704i246g52g
Source: readme.txt, updated 2012-10-22