|
520f8bce34
|
created anon fns for core-flags changed vars
calling sets flag without changing flag_changed variable
|
2025-01-13 19:54:44 +01:00 |
|
|
59d6252fe3
|
declared why2_get_padding_changed fn
|
2025-01-13 19:45:19 +01:00 |
|
|
0fe3f47752
|
added why2_set_padding fn
sets padding without messing with flags
|
2025-01-12 13:12:50 +01:00 |
|
|
67d6dfd0e7
|
raised curl timeout to 10
|
2025-01-09 16:25:05 +01:00 |
|
|
0a7e9ecee7
|
created WHY2_USER_CONFIG_DIR macro
stupid gitea runner making me do shit
|
2025-01-09 16:15:55 +01:00 |
|
|
5b06ea5dc1
|
changed padding flag to UL
|
2024-11-20 17:12:54 +01:00 |
|
|
ceefd7ed98
|
removed constant modificator from padding rate
|
2024-11-19 21:17:39 +01:00 |
|
|
10edcdeccf
|
added padding parameter to why2_input_flags
|
2024-11-19 21:05:33 +01:00 |
|
|
d23c166fc6
|
preventing segfault when user doesn't have homedir in /home
|
2024-11-17 22:19:42 +01:00 |
|
|
ca81c49fdc
|
added comments to new tkch
|
2024-11-17 20:58:44 +01:00 |
|
|
f917140ae5
|
created more secure tkch WHY_v4
good luck with brute forcing now haha
|
2024-11-17 20:55:13 +01:00 |
|
|
3fc339a9fb
|
fully implemented new WHY2_CONFIG_DIR
i moved it to user folder cause it causes permission problems on multi-user machine.
|
2024-08-30 00:54:17 +02:00 |
|
|
8ef39ada5f
|
changed WHY2_VERSIONS_NAME
|
2024-08-30 00:49:45 +02:00 |
|
|
db1d487a2e
|
moved WHY2_CONFIG_DIR to core-flags
|
2024-08-30 00:44:38 +02:00 |
|
|
66ceb25a89
|
comment typo fix
|
2024-08-28 12:59:43 +02:00 |
|
|
3ef929665a
|
added WHY2_OUTPUT_FORMAT enum to why2_input_flags
you can basically specify if you want the "69.-420" output or you want messy string where each character is one output number iykwim
|
2024-02-23 20:33:37 +01:00 |
|
|
bd3eb8ed4a
|
removed duplicate tkch version
so yeah v1 and v2 were the same
|
2024-01-24 21:07:45 +01:00 |
|
|
42f406f6b6
|
implemented tkch_version in why2_input_flags
|
2024-01-24 15:11:22 +01:00 |
|
|
d7aa65944b
|
moved WHY2_TEXT_KEY_CHAIN_VERSIONS into core-flags
|
2024-01-24 15:03:54 +01:00 |
|
|
c31ea476a6
|
added c++ support to headers
|
2024-01-23 18:27:24 +01:00 |
|
|
9c29743968
|
changed version to v5.0
uhhhh I should probably type something in here, right?
view tag info
|
2023-02-08 20:13:43 +01:00 |
|
|
f4d30f1aa2
|
removed unused const modificator from enum declarations
|
2023-02-05 18:15:49 +01:00 |
|
|
9d0081ac8f
|
changed why2_bool to _Bool
yo what vscode was throwing errors before
|
2023-02-05 17:53:33 +01:00 |
|
|
7fb6240e8b
|
renamed encryptionSeparatorNew to encryption_separator_new
|
2023-02-04 19:14:53 +01:00 |
|
|
bbb09428d1
|
renamed all 'public' identificators to snake_case
I mean the identificators user gets in contact with
|
2023-02-03 17:03:46 +01:00 |
|
|
84a1f4ec8b
|
renamed why2_input_flags' why2_no_output back to noOutput
|
2023-02-03 16:53:37 +01:00 |
|
|
fdf1b4e696
|
idk random reformatting
|
2023-02-03 16:12:53 +01:00 |
|
|
aa6b484363
|
declared why2_get_default_memory_identifier
|
2023-02-02 16:42:55 +01:00 |
|
|
70335e67ad
|
declared why2_get_memory_identifier, why2_set_memory_identifier and why2_reset_memory_identifier
|
2023-02-02 16:28:47 +01:00 |
|
|
5e8cf54145
|
renamed every global function & flag
basically - it's in snake_case now AND there's "why2_" at the beginning
|
2023-01-29 20:14:11 +01:00 |
|
|
1a209b8675
|
replaced some why2_bool with EXIT_CODES
|
2023-01-27 16:14:04 +01:00 |
|
|
5524a4b6e5
|
renamed boolean typedef to why2_bool
to prevent from conflicts
|
2023-01-27 16:03:01 +01:00 |
|
|
3776ad5e02
|
added void parameter to every function without any parameters
|
2022-12-11 14:57:57 +01:00 |
|
|
083233c0f6
|
declared getFlagsChanged
|
2022-12-10 16:21:46 +01:00 |
|
|
cb67024dea
|
renamed defaultFlags getter to getDefaultFlags
|
2022-12-10 16:08:09 +01:00 |
|
|
f71647e0ff
|
added license at top of every file
I mean, the files where it is possible
|
2022-12-04 18:55:13 +01:00 |
|
|
e6648787e8
|
created setter for encryptionOperation in a header file
|
2022-10-17 16:53:26 +02:00 |
|
|
14ca899ff8
|
added missing comments
|
2022-10-17 16:49:05 +02:00 |
|
|
187f11ed65
|
replaced encryptionOperation usage with encryptionOperation getter
|
2022-10-17 16:47:05 +02:00 |
|
|
2a09a38acf
|
created getter for encryptionOperation_cb in header file
|
2022-10-17 16:43:56 +02:00 |
|
|
0edab92261
|
moved encryptionOperation_type_cb into flags.h
|
2022-10-17 16:41:04 +02:00 |
|
|
e3952796a6
|
typo fix
yk... English isn't my native language :c
|
2022-10-17 16:39:35 +02:00 |
|
|
178df23585
|
created encryptionOperation function
see next commit for context
|
2022-10-16 19:42:25 +02:00 |
|
|
a40f9637f0
|
replaced _Bool with boolean typedef
basically char but it looks good and smart now
|
2022-10-15 15:21:28 +02:00 |
|
|
344c9eb296
|
changed version to v4.3.2
this is possibly the last WHY2 version
---
you made my day yk
I'm so happy rn
I'm gonna cry
---
I'm crying, Alex
|
2022-08-25 12:38:49 +02:00 |
|
|
f889bb28e3
|
created CURL_TIMEOUT constant
and implemented it ofc
|
2022-08-25 12:02:16 +02:00 |
|
|
bbebb7a861
|
created repeatedKeySize variable in outputFlags
|
2022-08-24 14:51:17 +02:00 |
|
|
45beb5bb65
|
changed EXIT_CODES type to enum
I think it doesn't matter, but I have no idea :D
|
2022-07-31 15:52:31 +02:00 |
|
|
3af7e30097
|
added some more special characters to why2-test's TEST_TEXT
|
2022-07-23 15:47:47 +02:00 |
|
|
cfdfd2aa2c
|
replaced UC with _Bool
|
2022-07-22 18:22:42 +02:00 |
|