ConvertStrings
0.1.0
Apteco PS Modules - PowerShell String Conversion
Multiple functions to convert strings, e.g. to change the encoding or to hash a string
- Replace-Tokens
- Get-StringHash
- Convert-StringEncoding
- Get-RandomString
Please have a look at the help of the functions for more information or the github repository
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2025 Apteco GmbH. All rights reserved.
Package Details
Author(s)
- florian.von.bracht@apteco.de
Tags
Functions
Set-Token Get-StringHash Convert-StringEncoding Get-RandomString Add-BomIfMissing
PSEditions
Dependencies
This module has no dependencies.
Release Notes
0.1.0 New function Add-BomIfMissing to add a BOM to a file if it is missing
0.0.6 Updated copyright to 2025
0.0.5 Bumped the copyright year to 2024
0.0.4 Fixed the function name for Set-Token (removed the plural)
0.0.3 Small performance improvement for hash calculation
0.0.2 The Get-RandomString was producing the same values when in the same milliseconds, this is now fixed
0.0.1 Initial release of ConvertStrings module through psgallery
FileList
- ConvertStrings.nuspec
- ConvertStrings.psd1
- ConvertStrings.psm1
- Private\Convert-ByteArrayToHex.ps1
- Private\Convert-HexToByteArray.ps1
- Public\Add-BomIfMissing.ps1
- Public\Convert-StringEncoding.ps1
- Public\Get-RandomString.ps1
- Public\Get-StringHash.ps1
- Public\Set-Token.ps1