AES encrypt with Powershell
After some trial and error and readup on the topic, I wrote a script that encypts text with AES 256bits …
Step IT up a notch
After some trial and error and readup on the topic, I wrote a script that encypts text with AES 256bits …
If you activate the WSL Windows feature, images and config will reside under %userprofile%\AppData\Local\Packages Some simple powershell commands for managing …
I’ll give you a beep! First number sets the pitch, second the tone length [console]::beep(500,300) [console]::beep(2100,300) You can use it …
To check integrity of your downloaded file, there is a built in “get-filehash” in Powershell example: Get-FileHash -LiteralPath your_file.xyz This …