aes128dec Function

Function:

Decrypts data in 16-byte blocks according to the AES128 algorithm.

Syntax:

aes128dec(byref key as string, byref cypher as string) as string

Returns:

Decrypted data (which will consist of complete 16-character blocks).

See Also:

aes128dec, rc4


Part

Description

key

Encryption key. Must be 16 characters long, or a NULL string will be returned.

cypher

Encrypted data. Must consist of one or more complete 16-character blocks, or a NULL string will be returned.