https://github.com/euberdeveloper/powershell-auto-rsa-sha-signer
My first script with Powershell, in which I signed some certs with rsa-sha
https://github.com/euberdeveloper/powershell-auto-rsa-sha-signer
Last synced: 3 months ago
JSON representation
My first script with Powershell, in which I signed some certs with rsa-sha
- Host: GitHub
- URL: https://github.com/euberdeveloper/powershell-auto-rsa-sha-signer
- Owner: euberdeveloper
- License: mit
- Created: 2022-02-12T14:13:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T14:26:25.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:50:03.788Z (5 months ago)
- Language: PowerShell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# powershell-auto-rsa-sha-signer
My first script with Powershell, in which I signed some certs with rsa-sha## What is it
It is just my first script with Powershell, that I had to use in a Windows 10 VM that had not the wls for Linux.
## What does it
The script generates some files with a Base64-encoded rsa-sha signature, done with some RSA private keys, with some text inputs and with different rsa-sha bits (rs256, rs384, rs514).
The result is put in the "outputs" folder.
## Notes
Of course the keys I published on Github are used for important things :)