ConvertStrings
0.0.5
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) 2024 Apteco GmbH. All rights reserved.
Package Details
Author(s)
- florian.von.bracht@apteco.de
Tags
Functions
Set-Token Get-StringHash Convert-StringEncoding Get-RandomString
PSEditions
Dependencies
This module has no dependencies.
Release Notes
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
- Public\Get-StringHash.ps1
- Public\Set-Token.ps1
- ConvertStrings.psm1
- Private\Convert-ByteArrayToHex.ps1
- Private\Convert-HexToByteArray.ps1
- Public\Convert-StringEncoding.ps1
- Public\Get-RandomString.ps1
- ConvertStrings.psd1
Version History
Version | Downloads | Last updated |
---|---|---|
0.0.5 (current version) | 21 | 6/24/2024 |
0.0.4 | 9 | 6/4/2024 |
0.0.3 | 46 | 11/9/2023 |
0.0.2 | 12 | 10/27/2023 |
0.0.1 | 28 | 8/23/2023 |