HomebulletScriptsbulletTag: base64 (2 results)
  1. No Screenshot
    1571 total visits
    Binary XML can take a list of files and generate a XML document that includes the data of files using base64 encoding.Previously generated XML documents can also be parsed and files contained in the document can be recreated.Requirements: PHP 5.1.2 or higher
  2. No Screenshot
    1488 total visits
    A data block can be encrypted using a specified key. The encrypted data is returned encoded with a variant of the base64 encoding algorithm that replaces +, / and = characters by -, _ and empty string.Encryption Class can also do the opposite, i.e. decrypt the data with the same key after decoding the base64 encoded encrypted data.Requirements: - PHP ...
Pages 1 of 1« 1 »