Wizard’s Toolkit Documentation

Encrypt.php

This contains Wizard’s Toolkit functions wtkEncode and wtkDecode. These are used to obscure information. To increase security these functions are encrypted.

All rights reserved.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Tags
author
Programming Labs
license
All rights reserved
version
2.0

Table of Contents

wtkEncode()  : string
Encodes the parameter passed into it.
wtkDecode()  : mixed
Decode string

Functions

wtkEncode()

Encodes the parameter passed into it.

wtkEncode( mixed  $fncValue) : string

The parameter must be later decoded with wtkDecode()

Parameters
$fncValue : mixed
Return values
string

returns encoded string

wtkDecode()

Decode string

wtkDecode( mixed  $fncValue ) : mixed

Decodes value that was encoded with wtkEncode().

Parameters
$fncValue : mixed
Return values
mixed

returns decoded string

Search results