1087 Commits

Author SHA1 Message Date
a042d55229
extended comment for keyLength 2022-05-31 18:20:24 +02:00
01668c8339
changed version to v4.1 2022-05-30 19:27:58 +02:00
64c225f56e
added missing space to compareTimeMicro 2022-05-30 19:18:37 +02:00
213c9ea37f
added elapsedTime to why2-test success message
but in miliseconds (instead of microseconds)
2022-05-30 19:13:43 +02:00
9823b5044a
added elapsedTime to outputFlags
this returns elapsed time in microseconds
2022-05-30 19:09:47 +02:00
69867cc0ba
added unusedKeySize to why2-test success message 2022-05-30 18:06:35 +02:00
637ee2b842
fixed invalid unusedKeySize
I put wrong variable as parameter
2022-05-30 18:04:24 +02:00
abbe519ab4
added unusedKeySize to outputFlags
this returns positive number, which represents how many chars from key are unused
2022-05-30 18:01:21 +02:00
96945a4d31
simplified getting content of fileBuffer in checkVersion
i have no idea why it was like that
2022-05-29 18:40:33 +02:00
7714e45019 changed countIntLength type from I to UL 2022-05-29 17:47:50 +02:00
e3790a2bff changed keyLength type from I to UL 2022-05-29 17:46:16 +02:00
1145eee844 May 8, 2022 2022-05-29 17:43:32 +02:00
6ae176e3c8 added EVEN MORE special chars to TEST_TEXT
let's go, baby
2022-05-29 17:03:48 +02:00
483194b52c added missing deallocation to why2-test
I forgot to deallocate encrypted text before decryption
2022-05-29 17:00:43 +02:00
4e0a0c7a27 created function checkText
this checks if text has some content
2022-05-29 16:49:18 +02:00
ac82127bcc fixed decryption returningText bugs
I forgot that newly allocated text has some content....
2022-05-29 16:44:14 +02:00
0d64f4fa7c changed textKeyChain generation
it's a little change but it will make encryption/decryption old text UNSUCCESSFUL
2022-05-28 19:45:26 +02:00
3d48c87d8b made generating textKeyChain more variable 2022-05-28 19:41:57 +02:00
ad6209b1cb changed generateTextKeyChain's key type from array to pointer 2022-05-28 19:38:46 +02:00
b83c466876 added special characters note to readme
I will maybe add this feature, but idk
2022-05-27 18:53:28 +02:00
563791e53b workflow typo fixes
I can't type preparation
2022-05-27 18:45:05 +02:00
2d5e18809a changed VERSIONS_NAME's path to /tmp
it was pretty annoying
2022-05-27 18:28:55 +02:00
751b557598 added spaces to TEST_TEXT 2022-05-27 18:24:04 +02:00
92ad02dcd2 why2-app TEXT_TO_ENCRYPT typo fix 2022-05-27 18:01:13 +02:00
1406de2f37 added comment to previous commit 2022-05-27 17:26:20 +02:00
b540d5f36c created getter for no inputFlags 2022-05-27 17:25:02 +02:00
54b137165a changed version to v4.0.1 2022-05-26 19:51:21 +02:00
252bdef502 added note for unknown version 2022-05-26 19:50:58 +02:00
fcb0d7cbfb changed TEST_TEXT to something *intelligent*
'Pepa stinks' is good, but this will test WHY2 better (at least I think :D)
2022-05-26 19:43:48 +02:00
0437279b41 doubled buffer size for why2-test
next commit will change TEST_TEXT, so this is necessary
2022-05-26 19:42:33 +02:00
e94c273bd9 probably fixed deallocateOutput segfault
I thought the key returned as outputFlags (decrypter) was pointer to completely new address, but it often tried to deallocate unallocated key
2022-05-26 19:35:22 +02:00
903bcc63bf April 12, 2022 2022-05-26 19:28:13 +02:00
fd05727b10 keyNew typo fix
whoops, I replaced keyNew for key (which doesn't have any content at this stage)
2022-05-26 19:11:52 +02:00
268f7e3db2 added all packages to unsupported distro note 2022-05-26 18:57:42 +02:00
d352359ae2 added make package to configure script 2022-05-26 18:55:56 +02:00
c7dd464afe re-added apt update to workflows
I think it could cause some trouble w configuration
2022-05-26 18:55:21 +02:00
e16de23f57 simplified why2-app 2022-05-26 18:52:24 +02:00
073cdd2468 moved checking for valid key to misc
I'm trying to make code variable as much as possible
2022-05-26 18:40:46 +02:00
39e174a874 removed unused memory size 2022-05-26 18:40:46 +02:00
0fed6e7f0c Reverted null character "fixes"
This reverts commit 62c21eb37f9bdc9570c53674daf2715373cb80f5.
2022-05-26 18:40:46 +02:00
b84b8aa7cc added/fixed null characters 2022-05-26 18:40:46 +02:00
08c4a8eebe changed version to v4.0 2022-05-26 18:40:46 +02:00
c3c8ddb82e changed KEY_LENGTH to 100 in why2-test
the previous similar commit had only 75 chars, cuz the NULL character wasn't implemented xd

5093d2395f
2022-05-26 18:40:37 +02:00
5093d2395f added NULL character to generated key 2022-05-25 17:58:19 +02:00
35959a4393 changed textKeyChain generation > fixed possible buffer overflow 2022-05-25 17:51:57 +02:00
4534ec7521 changed KEY_LENGTH to 75 in why2-test 2022-05-25 17:47:46 +02:00
1303d3d220 added missing comments to why2-test 2022-05-25 17:45:07 +02:00
a517ec48dd removed deprecated flags, cuz I forgot to do it
maan
2022-05-25 17:42:49 +02:00
a8c3c5f28a added missing new line to why2-test 2022-05-25 17:39:57 +02:00
ba6939e64b replaced integers in inputFlags with UC 2022-05-25 17:34:22 +02:00