trufflehog/pkg/decoders
Cody Rose 9718ec6a51
Capture decoding time metric (#3209)
We're trying to track down some slowness.
2024-08-09 15:19:16 -04:00
..
base64.go Capture decoding time metric (#3209) 2024-08-09 15:19:16 -04:00
base64_test.go [bug] - Add ASCII validation check for base64 decoding (#2671) 2024-04-04 16:59:13 -07:00
decoders.go Capture decoding time metric (#3209) 2024-08-09 15:19:16 -04:00
escaped_unicode.go Capture decoding time metric (#3209) 2024-08-09 15:19:16 -04:00
escaped_unicode_test.go Create basic escaped unicode decoder (#2456) 2024-03-02 11:27:44 -08:00
utf8.go Capture decoding time metric (#3209) 2024-08-09 15:19:16 -04:00
utf8_test.go Add utf16 decoder (#1274) 2023-04-20 15:07:49 -07:00
utf16.go Capture decoding time metric (#3209) 2024-08-09 15:19:16 -04: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