Skip to main content

Windows File Encryption

# Requires [Invoke-AESEncryption.ps1] PowerShell Script
# Import the PowerShell Script
Import-Module .\Invoke-AESEncryption.ps1


Linux File Encryption

:: Encrypt with [OpenSSL] using AES256
openssl enc -aes256 -iter 100000 -pbkdf2 -in <File To Encrypt> -out <Output>