{"id":25959288,"url":"https://github.com/aetonsi/pwsh__base64encoding","last_synced_at":"2026-06-11T09:31:47.822Z","repository":{"id":175529005,"uuid":"532420088","full_name":"aetonsi/pwsh__Base64Encoding","owner":"aetonsi","description":"{pwsh} Powershell tool to base64 encode and decode strings.","archived":false,"fork":false,"pushed_at":"2022-11-07T12:01:53.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T21:54:55.970Z","etag":null,"topics":["base64","powershell","pwsh"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aetonsi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-04T02:32:32.000Z","updated_at":"2024-09-16T19:47:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b4b78ce-97e1-4979-8f01-1b7fb9ec3e93","html_url":"https://github.com/aetonsi/pwsh__Base64Encoding","commit_stats":null,"previous_names":["aetonsi/pwsh__base64encoding"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aetonsi/pwsh__Base64Encoding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Base64Encoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Base64Encoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Base64Encoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Base64Encoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aetonsi","download_url":"https://codeload.github.com/aetonsi/pwsh__Base64Encoding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Base64Encoding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34192870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["base64","powershell","pwsh"],"created_at":"2025-03-04T18:36:04.800Z","updated_at":"2026-06-11T09:31:47.816Z","avatar_url":"https://github.com/aetonsi.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pwsh__Base64Encoding\nPowershell tool to base64 encode and decode strings.\n\n# Usage\n```powershell\n# import module first\nImport-Module ./Base64Encoding.psm1\n\n# now you can use its functions\n# encode a string to base64\n$base64encoded = ConvertTo-Base64EncodedString \"my plaintext string\"\necho $base64encoded # outputs \"bQB5ACAAcABsAGEAaQBuAHQAZQB4AHQAIABzAHQAcgBpAG4AZwA=\"\n# decode a base64 encoded string\n$plaintext = ConvertFrom-Base64EncodedString \"bQB5ACAAcABsAGEAaQBuAHQAZQB4AHQAIABzAHQAcgBpAG4AZwA=\"\necho $plaintext # outputs \"my plaintext string\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetonsi%2Fpwsh__base64encoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faetonsi%2Fpwsh__base64encoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetonsi%2Fpwsh__base64encoding/lists"}