diff --git a/New-PSArmoury.ps1 b/New-PSArmoury.ps1 index dada60f..1efba9c 100644 --- a/New-PSArmoury.ps1 +++ b/New-PSArmoury.ps1 @@ -652,12 +652,6 @@ Description Encrypts the message "Hello World" and returns the result as a custom psobject. -.NOTES - -.LINK - -https://github.com/cfalta/ADT - #> [CmdletBinding()] @@ -757,12 +751,6 @@ Description Encrypts the message "Hello World" and returns the result as a custom psobject with the properties "IV" and "Ciphertext". -.NOTES - -.LINK - -https://github.com/cfalta/ADT - #> [CmdletBinding()]