Common Crypto

Commands

Common Crypto
result:=PEM From P12 (arg1;arg2;arg3)
Blob
arg1
Blob
arg2
Text
arg3
Text
result
result:=Get timestamp
result:=Get timestring
result:=Get unixtime
result:=RSASHA256 (arg1;arg2;arg3)
Blob
arg1
Blob
arg2
Long
arg3
Text
result
result:=HMACMD5 (arg1;arg2;arg3)
Blob
arg1
Blob
arg2
Long
arg3
Text
result
result:=HMACSHA1 (arg1;arg2;arg3)
Blob
arg1
Blob
arg2
Long
arg3
Text
result
result:=HMACSHA256 (arg1;arg2;arg3)
Blob
arg1
Blob
arg2
Long
arg3
Text
result
result:=HMACSHA384 (arg1;arg2;arg3)
Blob
arg1
Blob
arg2
Long
arg3
Text
result
result:=HMACSHA512 (arg1;arg2;arg3)
Blob
arg1
Blob
arg2
Long
arg3
Text
result
result:=SHA384 (arg1;arg2)
Blob
arg1
Long
arg2
Text
result
result:=SHA512 (arg1;arg2)
Blob
arg1
Long
arg2
Text
result
result:=MD5 (arg1;arg2)
Blob
arg1
Long
arg2
Text
result
result:=SHA1 (arg1;arg2)
Blob
arg1
Long
arg2
Text
result
result:=SHA256 (arg1;arg2)
Blob
arg1
Long
arg2
Text
result
result:=RSASHA1 (arg1;arg2;arg3)
Blob
arg1
Blob
arg2
Long
arg3
Text
result
result:=AES128 (arg1;arg2;arg3;arg4;arg5;arg6;arg7;arg8)
Blob
arg1
Blob
arg2
Long
arg3
Long
arg4
Long
arg5
Long
arg6
Blob
arg7
Blob
arg8
Text
result
result:=AES192 (arg1;arg2;arg3;arg4;arg5;arg6;arg7;arg8)
Blob
arg1
Blob
arg2
Long
arg3
Long
arg4
Long
arg5
Long
arg6
Blob
arg7
Blob
arg8
Text
result
result:=AES256 (arg1;arg2;arg3;arg4;arg5;arg6;arg7;arg8)
Blob
arg1
Blob
arg2
Long
arg3
Long
arg4
Long
arg5
Long
arg6
Blob
arg7
Blob
arg8
Text
result
result:=RIPEMD160 (arg1;arg2)
Blob
arg1
Long
arg2
Text
result
result:=RSAVERIFYSHA1 (arg1;arg2;arg3;arg4)
Blob
arg1
Blob
arg2
Text
arg3
Long
arg4
Long
result
result:=RSAVERIFYSHA256 (arg1;arg2;arg3;arg4)
Blob
arg1
Blob
arg2
Text
arg3
Long
arg4
Long
result

Constants

Crypto Output Format
Crypto HEX 0
Crypto BASE64 1
Crypto Encryption Mode
Crypto Encrypt 0
Crypto Decrypt 1
Crypto AES Mode
Crypto AES ECB 0
Crypto AES CBC 1
Crypto AES CFB1 2
Crypto AES CFB8 3
Crypto AES CFB128 4
Crypto AES OFB 5
Crypto AES CTR 6
Crypto AES GCM 7
Crypto AES CCM 8
Crypto AES XTS 9
Crypto AES Padding Option
Crypto AES No padding 1