Converts a byte array to Base32 encoded string.
ConvertTo-SystoLockBase32String [-Value] <Byte[]> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The ConvertTo-SystoLockBase32String cmdlet converts a byte array to Base32 encoded string.
Returns a string containing the converted value.
ConvertTo-SystoLockBase32String -Value 0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x2C, 0x20, 0x57, 0x6F, 0x72, 0x6C, 0x64, 0x21
Conversion command.
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies byte array.
Type: Byte[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Specifies byte array.
ConvertFrom-SystoLockBase32String
ConvertTo-SystoLockBase64String
ConvertFrom-SystoLockBase64String
ConvertFrom-SystoLockHexString