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
CRC32FileFingerprint
CRC32Fingerprint
DESFingerprint
ExamineMD5Fingerprint
ExamineSHA1Fingerprint
FinishFingerprint
IsFingerprint
MD5FileFingerprint
MD5Fingerprint
NextFingerprint
SHA1FileFingerprint
SHA1Fingerprint

Example

Cipher.pb

Supported OS

All

Reference Manual - Index