Skip to content

ConvertFrom NS3

Alexander Ryzhov edited this page Mar 17, 2021 · 3 revisions

ConvertFrom-NS3

SYNOPSIS

Decode NS3 password string

SYNTAX

ConvertFrom-NS3 [-NS3String] <String> [<CommonParameters>]

DESCRIPTION

Retrive plain text password from NDM Secure v3 (NS3) string. Get PPP/WPA password from config and pass it to this function.

EXAMPLES

ПРИМЕР 1

ConvertFrom-NS3 -NS3String 'ClkGVb4VylHfkHQBQAg2jSUN'

1357924680

PARAMETERS

-NS3String

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://antichat.com/threads/426200/#post-4008965

Clone this wiki locally