Stefan Etringer whx
  • Joined on 2021-08-22
whx pushed to master at whx/killchain-compendium 2024-06-05 18:29:39 +02:00
c3363c2f7c added more info
whx pushed to master at whx/based 2024-06-04 21:59:37 +02:00
15abc2c95b added tests for base91 and base85
whx pushed to master at whx/killchain-compendium 2024-06-04 21:04:00 +02:00
83d452c487 added information
whx pushed to master at whx/based 2024-06-04 17:09:29 +02:00
580792ddf6 added base45 tests
whx pushed to master at whx/killchain-compendium 2024-05-31 16:11:42 +02:00
60ae1f1993 added information on LDAP
whx pushed to master at whx/based 2024-05-23 22:32:28 +02:00
87089a314b added base45 encoding/decoding
whx pushed to master at whx/based 2024-05-22 22:36:27 +02:00
5d1bd6abc2 added tests section
whx pushed to master at whx/based 2024-05-22 22:33:47 +02:00
d622618a41 updated README
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