-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHiddenString.psd1
More file actions
22 lines (22 loc) · 816 Bytes
/
HiddenString.psd1
File metadata and controls
22 lines (22 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@{
ScriptsToProcess = @('HiddenString.ps1')
ModuleVersion = '0.2.3'
GUID = '56de5284-3332-4f60-a5c7-3bf18ec8ab1b'
Author = 'Ronald Bode (iRon)'
CompanyName = 'PowerSnippets'
Copyright = '(c) iRon. All rights reserved.'
Description = 'Hides sensitive information from other identities including the console and log files.'
PowerShellVersion = '3.0'
FunctionsToExport = @()
CmdletsToExport = @()
VariablesToExport = '*'
PrivateData = @{
PSData = @{
Tags = 'Hide','Hidden','String','Encrypt','Decrypt','Secure'
LicenseUri = 'https://github.com/iRon7/HiddenString/LICENSE'
ProjectUri = 'https://github.com/iRon7/HiddenString'
IconUri = ''
ReleaseNotes = 'Prototype'
}
}
}