PHP Classes

Packages of Andre Polykanine A.K.A. Menelion Elensúlë

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Andre Polykanine A.K.A. Menelion Elensúlë (3)  >  Mission progress status  >  Reputation  
Picture of Andre Polykanine A.K.A. Menelion Elensúlë
Name: Andre Polykanine A.K.A. ... is available for providing paid consulting. Contact Andre Polykanine A.K.A. ... .
Classes: 3
Country: Ukraine Ukraine
Age: ???
All time rank: 213533 in Ukraine Ukraine
Week rank: 195 Up4 in Ukraine Ukraine Up
All time users: 1189
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Oire Base64  
PHP Programming Innovation award nominee
April 2017
Number 13
URL safe encoding and decoding of data with Base64
This class can perform URL safe encoding and decoding of data with Base64.

It can take a string and encode it using Base64 but replaces = with ~ to make the encoded data safe for putting in a URL.

The class can also decodes previously encoded base64 data using this class.

  Files folder image Oire Colloportus  
Create a key, encrypt, decrypt data with sha-384
This class can create a key, encrypt, decrypt data with sha-384.

It is a fork of Paragon Initiatives PasswordLock package combined with parts of Defuse PHP-Encryption.

The class can creates a new random encryption key, encrypt data with a given key, decrypt data with a given key, hash password SHA-384, verify
and decrypt the ciphertext to get the hash and verify that the password matches the hash, change the key of encryption data.

  Files folder image Oire Serializer  
Serialize data types in multiple ways
This class can serialize data types in multiple ways.

It can take a variable values and returns a string that represents the variable as a text string in different formats.

Currently it supports different formats like JSON, mgspack and igbinary.

The class can also restore the original variable values by unserializing a previously serialized value.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z