Behaviors
List of software behaviors discovered with static code analysis.
Encrypts data using RSA with a given public key. (x3)
packer
Encrypts data using RSA with a given private key. (x2)
packer
Encodes data using the Base64 algorithm. (x4)
packer
Decrypts data using RSA with a given public key. (x2)
packer
Decrypts data using RSA with a given private key. (x3)
packer
Decodes data using the Base64 algorithm. (x5)
packer
Generates a new asymmetric key pair of the given type. (x2)
packer
Calculates the SHA-256 hash of data. (x3)
file
Calculates the SHA-1 hash of data. (x3)
file
Calculates the RIPEMD160 hash of data. (x2)
file