We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17af7b commit a4b3727Copy full SHA for a4b3727
README.md
@@ -8,6 +8,12 @@ Repository of small scripts that can be used for specific tasks such as obtainin
8
Add servers to Server Manager, specifying the name.
9
In addition to this, format the XML document before adding the server and save the changes for successful results.
10
11
+- ### Decrypt-Password.ps1
12
+ Decrypts password stored in ".\Password.txt" and outputs the password result in clear text
13
+
14
+- ### Encrypt-Password.ps1
15
+ Encrypts password passed through an input and saves it encrypted in a ".\Password.txt" file
16
17
- ### Format-XML.ps1
18
Formats an XML document to make it easier to view.
19
With file selection function using the file explorer
0 commit comments