PowerRSA
Generate RSA keys, encrypt and decrypt data
Install / Use
/learn @giMini/PowerRSAREADME
PowerRSA
Generate RSA keys, encrypt and decrypt data
Generate the keys
To generate the Modulus, the private key and the public key, enter this command
.\PowerRSA.ps1 -Method GenKeys
Generate a 1024 key
.\PowerRSA.ps1 -Method GenKeys -KeyType 1024-bit
Generate a 2048 key
.\PowerRSA.ps1 -Method GenKeys -KeyType 2048-bit
Encrypt data
To encrypt data using PowerRSA enter this command
.\PowerRSA.ps1 -Method Enc -Exponent F:\Crypto\20160206104626\PublicKey -Modulus F:\Crypto\20160206104626\Modulus
Enter the data string to encrypt :
Enter message to encrypt: Hi! I'm an encrypted data string
Decrypt data
To decrypt data using PowerRSA enter this command
.\PowerRSA.ps1 -Method Dec -Data F:\Crypto\20160206110641\Data -Exponent F:\Crypto\20160206104626\PrivateKey -Modulus F:\Crypto\20160206104626\Modulus
Related Skills
node-connect
348.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
