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
Currently when using ConvertFrom-Base64 with FilePath and OutPath, it generates a new file with the original readable text.
However when using it without OutPath, it displays a list of numbers on the screen.
On line 182 I modified it to use '$decodeddata | gm' and it showed that it was a [System.Byte].
Could it be updated to print readable information?
The text was updated successfully, but these errors were encountered:
Thank you for this!
Currently when using ConvertFrom-Base64 with FilePath and OutPath, it generates a new file with the original readable text.
However when using it without OutPath, it displays a list of numbers on the screen.
On line 182 I modified it to use '$decodeddata | gm' and it showed that it was a [System.Byte].
Could it be updated to print readable information?
The text was updated successfully, but these errors were encountered: