added encryptionSeparator setter to why2-test
This commit is contained in:
parent
fdd41f35a5
commit
3585563139
@ -24,6 +24,9 @@ int main(void)
|
|||||||
setKeyLength(100);
|
setKeyLength(100);
|
||||||
keyBuffer = malloc(getKeyLength() + 1);
|
keyBuffer = malloc(getKeyLength() + 1);
|
||||||
|
|
||||||
|
//SET ENCRYPTION_SEPARATOR TO '|'
|
||||||
|
setEncryptionSeparator('|');
|
||||||
|
|
||||||
//ENCRYPT
|
//ENCRYPT
|
||||||
outputFlags encrypted = encryptText(TEST_TEXT, NULL, flags);
|
outputFlags encrypted = encryptText(TEST_TEXT, NULL, flags);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user