-
Notifications
You must be signed in to change notification settings - Fork 4
ConvertFrom NS3
Alexander Ryzhov edited this page Mar 17, 2021
·
3 revisions
Decode NS3 password string
ConvertFrom-NS3 [-NS3String] <String> [<CommonParameters>]
Retrive plain text password from NDM Secure v3 (NS3) string. Get PPP/WPA password from config and pass it to this function.
ConvertFrom-NS3 -NS3String 'ClkGVb4VylHfkHQBQAg2jSUN'
1357924680
NS3 string from Keenetic config
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (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.