Skip to content

Encrypt/Decrypt Directories or Files using PowerShell, AES-256 encryption

License

Notifications You must be signed in to change notification settings

bwya77/PowerShell-Encryptor

Repository files navigation

PowerShell-Encryptor

Encrypt/Decrypt Directories or Files using PowerShell, AES-256 encryption

Description

This project was created in PowerShell Studio 2017. It will encrypt files, directories (recursivly) and also decrypt file and directories

Uses System.Security.Cryptography.Aes instead of AESManaged Keys are now SecureStrings by default

The encryption used is AES-256 and the module for the encryption/decryption process was created by Tyler Siegrist https://gallery.technet.microsoft.com/EncryptDecrypt-files-use-65e7ae5d

Uses C# to specify the file/directory you want to encrypt/decrypt so you will get the normal open file/folder dialog box After encrypting one file you can specify other files to encrypt, by default it will use the same AES-256 key as the previous file as long as your keep the AES-256 key present in the key textbox. Once you clear the key textbox it will generate a new AES-256 key.

alt tag

alt tag

alt tag

About

Encrypt/Decrypt Directories or Files using PowerShell, AES-256 encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published