Documentation
¶
Index ¶
- Constants
- func GenerateRandomBytes(pByte []byte)
- func InstallAesEncryption(pAes *AES) error
- func PrintHexData(Name string, Data []byte)
- func Rc4EncryptionViSystemFunc032(pRc4Key, pPayloadData []byte) error
- func SimpleEncryption(pPlainTextData []byte, pKey, pIv []byte) ([]byte, error)
- type AES
- type USTRING
Constants ¶
View Source
const ( AESKEYSIZE = 32 AESIVSIZE = 16 BCRYPT_AES_ALGORITHM = windows.BCRYPT_AES_ALGORITHM BCRYPT_BLOCK_PADDING = windows.BCRYPT_BLOCK_PADDING BCRYPT_CHAIN_MODE_CBC = windows.BCRYPT_CHAIN_MODE_CBC BCRYPT_OBJECT_LENGTH = windows.BCRYPT_OBJECT_LENGTH BCRYPT_BLOCK_LENGTH = windows.BCRYPT_BLOCK_LENGTH )
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomBytes ¶
func GenerateRandomBytes(pByte []byte)
func InstallAesEncryption ¶
func PrintHexData ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.