why2_decrypt_text¶
Parameters¶
Identifier | Data type |
---|---|
text |
char * |
key |
char * |
Attributes¶
Return type | why2_output_flags |
Header comment | TEXT from WILL BE DECRYPTED WITH KEY AND RETURNED |
Added in commit | d9a99b985105b99b3ef237597f8ea91a751b89f1 |
Description¶
Function removes padding (if present) from text
using key
, decrypts and returns output in why2_output_flags
among with some run data.
Encryption/Decryption functions are using settings from why2_input_flags
. You can set those using why2_set_flags
.