Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConvertFrom-Base64 without OutPath shows a list of numbers #1

Open
ivassallo19 opened this issue Jun 20, 2024 · 0 comments
Open

ConvertFrom-Base64 without OutPath shows a list of numbers #1

ivassallo19 opened this issue Jun 20, 2024 · 0 comments

Comments

@ivassallo19
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant