Stefan Friese whx
  • Joined on 2021-08-22
whx pushed to master at whx/writeups 2024-06-23 20:06:54 +02:00
ac341cd1e5 Added W1seGuy solution
whx pushed to master at whx/based 2024-06-23 19:30:25 +02:00
e0d97a4084 added letter to number encoding, WIP. Non Ascii character throw an error right, now. Maybe gonna change it so bytestring is output unchanged
whx pushed to master at whx/killchain-compendium 2024-06-18 22:26:45 +02:00
54ecb707e6 added details about -z
whx pushed to master at whx/killchain-compendium 2024-06-11 21:23:26 +02:00
2e1d63eab1 more details, restructured the text
whx pushed to master at whx/based 2024-06-11 15:41:09 +02:00
8664170b0d fixed some bugs with solve function
whx pushed to master at whx/based 2024-06-11 15:21:36 +02:00
61313cd558 moved solve function from Main.hs to src/Encoding/Solve.hs
whx pushed to master at whx/based 2024-06-11 14:49:08 +02:00
63a0fd3c05 added test for rotate function and yencode/decode
whx pushed tag v0.4.4 to whx/based 2024-06-10 22:13:41 +02:00
whx pushed to master at whx/based 2024-06-10 22:09:31 +02:00
5e4a146b4f updated Changelog and README, release of v.0.4.4
whx pushed to master at whx/based 2024-06-10 20:54:42 +02:00
c3bedaee2f fixed a bug in url encoding, complete test coverage for all encodings now
whx pushed to master at whx/based 2024-06-09 22:48:56 +02:00
28b583d6b8 reintroduced solve function
whx pushed to master at whx/based 2024-06-09 22:27:38 +02:00
a5f9862df1 added correct description to arguments of encode and decode functions
whx pushed to master at whx/based 2024-06-09 22:15:01 +02:00
736627ff3d added tests for base10
whx pushed to master at whx/based 2024-06-09 20:56:10 +02:00
37985bd205 refractored Uu encoding, so it is more correct, added tests for Uu encode
whx pushed to master at whx/based 2024-06-09 15:32:52 +02:00
6ab4cbaa79 moved all encodings to bytestring in- and output
whx pushed to master at whx/based 2024-06-09 13:12:36 +02:00
82aed9340c moved all encodings to bytestring, updated tests accordingly
whx pushed to master at whx/based 2024-06-08 23:55:21 +02:00
1889691259 rewrote test so bytestrings are tested
whx pushed to master at whx/based 2024-06-08 22:04:40 +02:00
b6ad312970 Changed base45 to Bytestring in and output
whx pushed to master at whx/based 2024-06-08 21:38:27 +02:00
a472d309a6 changed octal encoding to bytestring instead of string
whx pushed to master at whx/based 2024-06-08 20:26:28 +02:00
b91f110f42 changed rotate to match ByteStrings instead of Strings