32 Commits

Author SHA1 Message Date
0edab92261
moved encryptionOperation_type_cb into flags.h 2022-10-17 16:41:04 +02:00
148070c2bb
created getter function for encryptionOperation_cb
and also created encryptionOperation_type_cb cuz I didn't found any other way to make it work hehe
2022-10-17 16:38:28 +02:00
04856bb9f6
created callback for encryptionOperation 2022-10-16 19:52:56 +02:00
e4c5feedb4
implemented encryptedTextKeyChain function in encrypter & decrypter
you can now change the encryption operation in one function
2022-10-16 19:46:56 +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
1cfef53a9a
added missing parameter to noOutput result 2022-08-24 14:58:18 +02:00
85e083ae46
blocking key of less than 1 character 2022-07-29 17:22:24 +02:00
a3802ae811
removed unused static modificator in variable flags 2022-07-24 17:00:18 +02:00
1bc4a61b1b
preventing any control character from being encryptionSeparator 2022-07-23 18:34:59 +02:00
cfdfd2aa2c
replaced UC with _Bool 2022-07-22 18:22:42 +02:00
c3b5db0124
declared getFlags & setFlags 2022-07-10 18:10:18 +02:00
fb620fd8c9
created (local variable) DEFAULT_FLAGS to simplify defaultFlags() etc. 2022-07-10 18:04:33 +02:00
8b57e5450b
created 'flags' flag
this variable will be used as default
2022-07-10 17:52:28 +02:00
212f0205c5
renamed noUpdate flag to update & swapped its value everywhere
it was kinda annoying when you were trying to disable it with positive value :DD
2022-07-10 17:51:31 +02:00
71865826fa
renamed noFlags to defaultFlags 2022-07-10 17:40:32 +02:00
92dd06d8b0
moved variables from flags.h to flags.c
this just makes flags safer
2022-07-01 18:45:44 +02:00
9ffefa4419
biatch, added every missing type cast
if you're asking why, look at next commit
2022-06-19 17:19:03 +02:00
c3b6e26036
renamed noOutput variables
made it prettier
2022-06-19 16:22:28 +02:00
0a0803145c
made noOutput safer
it's now returning empty key of *VALID* keyLength
2022-06-19 16:20:52 +02:00
e45e13b7e5
blocking null character in setEncryptionSeparator 2022-06-18 18:37:39 +02:00
1a5b58edf9
created getter & setter for encryptionSeparator 2022-06-18 18:28:33 +02:00
86c8460615
changed returned text in noOutput to same but allocated text
it could possibly cause deallocattion problems
2022-06-12 17:15:07 +02:00
045db6c7db
added exitCode parameter to noOutput function 2022-06-12 16:21:12 +02:00
c5de589fff
created noOutput function
let's play a game - I will not explain what it does and you'll start thinking about it
2022-06-12 16:17:09 +02:00
d1e6ff12dc
blocking auto-update as default 2022-06-11 18:53:25 +02:00
5511210d89
added missing flags to inputFlags constructors 2022-06-08 19:25:54 +02:00
e3790a2bff changed keyLength type from I to UL 2022-05-29 17:46:16 +02:00
b540d5f36c created getter for no inputFlags 2022-05-27 17:25:02 +02:00
2440440353 removed deprecated flags completely 2022-05-20 18:30:36 +02:00
b6819fbebd created noOutput flag 2022-05-04 18:42:30 +02:00
eefffcecdc created folder for WHY2 lib in src/ 2022-05-04 18:18:07 +02:00