PowerShell / TextUtility

Microsoft.PowerShell.TextUtility module
MIT License
64 stars 18 forks source link

Add support for auto padding base64 strings #28

Closed kimipsen closed 10 months ago

kimipsen commented 2 years ago

Add support for unpadded base64 encoded strings, allowing for input that does not include padding, such as 'SUN1c3RvbWVyOjExMDQ0MTY'.

PR Summary

PR Context

I often work with base64 encoded strings that do not have padding included. Having to go back and append padding to every command I run, which may or may not fail, is getting tedious. Adding support for automatic padding in this module will remove this nuisance.