Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

password encryptin powershell

$Key = New-Object Byte[] 32
[Security.Cryptography.RNGCryptoServiceProvider]::Create().GetBytes($Key)
$Key | out-file C:passwordsaes.key
Source by www.altaro.com #
 
PREVIOUS NEXT
Tagged: #password #encryptin #powershell
ADD COMMENT
Topic
Name
1+2 =