You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to decode up to the second encoded Base64 string with the extract-base64 command.
So change Decoded String column to First Decoded String and add a Second Decoded String column to the right of it. It will usually be blank unless there is another embedded encoded string.
We do not need to add columns to detect if the second encoded string is binary, its length, encoding etc...
If the second encoded string is binary data, we should output <BINARY> though.
It would be nice to decode up to the second encoded Base64 string with the
extract-base64
command.So change
Decoded String
column toFirst Decoded String
and add aSecond Decoded String
column to the right of it. It will usually be blank unless there is another embedded encoded string.We do not need to add columns to detect if the second encoded string is binary, its length, encoding etc...
If the second encoded string is binary data, we should output
<BINARY>
though.@fukusuket Would this be difficult to implement?
The text was updated successfully, but these errors were encountered: