Converts a Base32 encoded string to byte array.
ConvertFrom-SystoLockBase32String [-Value] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The ConvertFrom-SystoLockBase32String cmdlet returns a byte array containing the converted value from Base32 encoded string.
ConvertFrom-SystoLockBase32String -Value JBSWY3DPFQQFO33SNRSCC===
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 base32 encoded string.
Type: String
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 base32 encoded string.
ConvertTo-SystoLockBase32String
ConvertFrom-SystoLockBase64String
ConvertTo-SystoLockBase64String
ConvertFrom-SystoLockHexString