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 areas due to its strong resistance to attacks: Linux, BSD and Unix uses it as alternative way to store password on the disk.

Command Index

AESDecoder
AESEncoder
AddCipherBuffer
Base64Decoder
Base64Encoder
CRC32FileFingerprint
CRC32Fingerprint
CloseCryptRandom
CryptRandom
CryptRandomData
DESFingerprint
ExamineMD5Fingerprint
ExamineSHA1Fingerprint
FinishCipher
FinishFingerprint
IsFingerprint
MD5FileFingerprint
MD5Fingerprint
NextFingerprint
OpenCryptRandom
SHA1FileFingerprint
SHA1Fingerprint
StartAESCipher

Example

Cipher.pb

Supported OS

All

Reference Manual - Index