Stefan Etringer whx
  • Joined on 2021-08-22
104 contributions in the last 12 months
JulAugSepOctNovDecJanFebMarAprMayJunMonWedFri
Less
More
whx pushed tag v0.4.3 to whx/based 2024-05-22 22:02:47 +02:00
whx pushed to master at whx/based 2024-05-22 21:59:00 +02:00
146293eeb4 added rotate functions for n rotations of the alphabet
whx pushed to master at whx/killchain-compendium 2024-05-22 09:47:02 +02:00
04c0dcefa4 added more details
whx pushed to master at whx/based 2024-05-20 23:29:06 +02:00
778f2c6e7a reworked functions to display Unicode correctly
whx pushed to master at whx/based 2024-05-20 22:40:02 +02:00
bdbb3bed3e added test for more functions, solved bugs in accordance to that functions, mainly Unicode support
whx pushed to master at whx/based 2024-05-20 14:06:11 +02:00
b27ca89424 added tests for b32 and b16
whx pushed to master at stefan/dotfiles 2024-05-20 13:01:06 +02:00
d3af68231e added swap and backup dirs
whx pushed to master at whx/based 2024-05-19 15:22:46 +02:00
d44cef3060 added tests for b64
whx pushed to master at whx/based 2024-05-19 13:51:30 +02:00
252c5e5c68 reworked dec10 and enc10
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