mervick / aes-everywhere

Aes Everywhere - Cross Language AES 256 Encryption Library (Bash, Powershell, C#, Dart, GoLang, Java, JavaScript, Lua, PHP, Python, Ruby, Swift)
Other
474 stars 169 forks source link

Add powershell support #24

Closed Shadowsith closed 4 years ago

Shadowsith commented 4 years ago

Based on your bash implementation I've written a small script to support the windows powershell. I've also tested all options and it works as expected. I think the powershell implementation will be useful for windows users which are not able to use the bash.

If there need to be done some changes (coding style etc.) please let me know.

mervick commented 4 years ago

Seems everything is ok, but I can't test it because I haven't any windows pc

Shadowsith commented 4 years ago

The Powershell is available for Linux too if you want to test it. Install packages are e. g. available for Ubuntu, Fedora and Arch Linux (AUR).

mervick commented 4 years ago

Ok, thank you