This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


PSP - Base64Enc Unit Reference

Introduction

Procedures and Functions:

Examples:

  • PSP_ROOT/examples/base64test.pp

Introduction

    Base64 is data encoding method. Don't mix it with cryptography or hashing. Although it is used in some protocols to safen data transfer, it is just another representation of data besides plain text. You can use it for transfer encoding/decoding when desired security level is not high.

PSP Help documents