PowerRSA
PowerRSA copied to clipboard
Generate RSA keys, encrypt and decrypt data
missspelled in function call as "Is-PrimeRabbinMiller"!
A minor bug in code, $prime = Is-PrimeRabbinMiller $generatedPrime 40 you have Is-PrimeRabbinMiller function only has one 'b' Is-PrimeRabinMiller
Fixed a typo for you ;)
Hi. I tried to pipe a file output to the script encode input and this is what it says (I've redacted the actual path, that isn't actually important): ``` PS...