https://github.com/chadnpc/clihelper.xcrypt
A module with common cryptography functions
https://github.com/chadnpc/clihelper.xcrypt
Last synced: over 1 year ago
JSON representation
A module with common cryptography functions
- Host: GitHub
- URL: https://github.com/chadnpc/clihelper.xcrypt
- Owner: chadnpc
- License: wtfpl
- Created: 2024-12-16T17:26:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T12:14:10.000Z (over 1 year ago)
- Last Synced: 2025-03-11T13:24:54.558Z (over 1 year ago)
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/cliHelper.xcrypt
- Size: 624 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cliHelper.xcrypt
xcrypt is a collection af all the basic Cryptography functions that you need.
AES 128,192 or 256 etc.
.
Usage
```PowerShell
Install-Module cliHelper.xcrypt
```
```PowerShell
Import-Module cliHelper.xcrypt
```
## License
This project is licensed under the [WTFPL License](LICENSE).