PureBasic - Cipher

Overview

The cipher library is a set of functions useful to cipher or encode data. For example the SHA-2 is a very popular fingerprint routine, used in many areas due to its strong resistance to attacks.

Command Index

AESDecoder
AESEncoder
AddCipherBuffer
AddFingerprintBuffer
Base64Decoder
Base64DecoderBuffer
Base64Encoder
Base64EncoderBuffer
CloseCryptRandom
CryptRandom
CryptRandomData
DESFingerprint
FileFingerprint
Fingerprint
FinishCipher
FinishFingerprint
IsCipher
IsFingerprint
OpenCryptRandom
StartAESCipher
StartFingerprint
StringFingerprint
UseCRC32Fingerprint
UseMD5Fingerprint
UseSHA1Fingerprint
UseSHA2Fingerprint
UseSHA3Fingerprint

Example

Cipher.pb

Supported OS

All

Reference Manual - Index