Stefan Friese whx
  • Joined on 2021-08-22
whx pushed to master at whx/based 2024-05-19 13:23:52 +02:00
5aa3917ad2 moved all encodings to their own files under src/Encoding/ and commented the unused imports, will delete them in an upcoming commit
whx pushed to master at whx/based 2024-05-19 00:39:50 +02:00
792cc4265b structured src/ for Encoding lib and app/ for the Main file and cmdline stuff. Moved some Bases to src/Encoding/ separated by Base per file. Changed the cabal file to match the new structure.
whx pushed to master at whx/based 2024-05-16 21:52:48 +02:00
0b5f07477e reworked b2 and b8 functions
whx pushed to master at whx/based 2024-05-15 22:18:36 +02:00
dec7ccc3c5 reworked encode octal, decode octal has an issues with missing leading zeros in an octal value
whx pushed to master at whx/killchain-compendium 2024-05-14 22:36:07 +02:00
8771c5cd1c clean up
whx pushed to master at whx/based 2024-05-14 00:19:13 +02:00
a5c73c27f6 reworked encoding for binary and octal in way that ASCII is encoded to binary or octal Integral
whx pushed to master at whx/based 2024-05-12 23:16:31 +02:00
fd6b5dfd16 added errorhandling for base62 encoding
whx pushed to master at whx/killchain-compendium 2024-05-09 21:34:35 +02:00
d54dc0daf9 added network forensics
whx pushed to master at whx/based 2024-05-09 00:22:03 +02:00
6972d08ff7 added error handling to base91, still reworking b62
whx pushed to master at whx/killchain-compendium 2024-05-07 21:38:58 +02:00
6734e25c2d details on pickle and php serialize
whx pushed to master at stefan/presentations 2024-05-06 17:22:57 +02:00
ac54047097 changes inside the presentation for better understandings of the topic
whx pushed to master at stefan/dotfiles 2024-05-06 17:07:58 +02:00
00e65be9cd remove mode from mouse-mode because it breaks compatibility with newer tmux versions
whx pushed to master at stefan/dotfiles 2024-05-06 12:22:44 +02:00
c441106885 added backwards compatibility for mouse option through writing mouse-mode instead of mouse
whx pushed to master at whx/based 2024-05-05 23:47:06 +02:00
87ccc20b85 added softlink to gitignore
24cbf07357 added more bases to the solver function
Compare 2 commits »
whx pushed to master at whx/based 2024-05-05 21:54:31 +02:00
e9d73d4062 added regex lib
whx pushed to master at whx/based 2024-05-05 00:04:31 +02:00
edd0c7ffd5 added more bases to the solver functions
whx pushed to master at whx/based 2024-05-03 23:36:46 +02:00
37ee336508 added b91 to solver function
whx pushed to master at whx/based 2024-05-02 23:12:54 +02:00
f21e343ef3 added solveEnc function, so that you do not have to know which encoding has been used to decode it
whx pushed to master at whx/based 2024-05-01 23:26:08 +02:00
6800552f65 more error handling for decoding functions
whx pushed to master at whx/based 2024-05-01 14:29:00 +02:00
6b950f6738 error handling for decoding functions