trufflehog/pkg/decoders
Zachary Rice b48ac24c46
Dedupe results (#1479)
* init 4 dedupin

* use raw rather than rawv2

* rm comment

* comments

* nits

* clean up and use rawv2 too

* add decoder order test
2023-07-11 15:48:00 -05:00
..
base64.go Add Base64URLSafe decoder (#1292) 2023-05-18 08:30:47 -07:00
base64_test.go Add Base64URLSafe decoder (#1292) 2023-05-18 08:30:47 -07:00
decoders.go Dedupe results (#1479) 2023-07-11 15:48:00 -05:00
utf8.go Use heuristic to choose the most likely UTF-16 decoded string (#1381) 2023-06-13 17:00:40 -07:00
utf8_test.go Add utf16 decoder (#1274) 2023-04-20 15:07:49 -07:00
utf16.go Use heuristic to choose the most likely UTF-16 decoded string (#1381) 2023-06-13 17:00:40 -07:00
utf16_test.dll Use heuristic to choose the most likely UTF-16 decoded string (#1381) 2023-06-13 17:00:40 -07:00
utf16_test.go Use heuristic to choose the most likely UTF-16 decoded string (#1381) 2023-06-13 17:00:40 -07:00