PureBasic - Cipher

Overview

The cipher library is a set of functions useful to cipher or encode data. For example the MD5 (Message Digest 5) is a very popular fingerprint routine, used in many area due to its strong resistance to cracker: Linux, BSD and Unix uses it as alternative way to store password on the disk.

Command Index

Base64Decoder
Base64Encoder
CRC32Fingerprint
DESFingerprint
MD5FileFingerprint
MD5Fingerprint

Example

Cipher.pb

Supported OS

Windows, Linux, MacOS X

Reference Manual - Index