fleminr's blog

How things work

I would like to post stuff to explain how things work to educate people on the functions and processes of 'Hack' fucntions kinda like get under the covers.

Example: AES encryption

; Title .........: AES
; AutoIt Version : 3.3.0.0
; Language ......: English
; Description ...: Function for encrypting data with the Advanced Encryption Standard (AES), also called Rijndael.  The input data is split into a 4x4 array called $abState.
; Author(s) .....: 403Forbidden
;
; Name...........: _AESEncrypt
; Description ...: The main function for encrypting data with the Advanced Encryption Standard (AES), also called Rijndael.
; Syntax.........: _AESEncrypt($sUDFIn, $sUDFKey, $iKeySize = 128, $fEncrypt = 1)
; Parameters ....: $sUDFIn - Parameter for the data to be encrypted or decrypted, 32 hexadecimal numbers and letters, 0-9 and a-f.

Hello

cisc0ninja suggested I create an account for this site, so here I am. I am one of cisc0ninja's college instructors.

Syndicate content