Working with RSA hashes in C#

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
grimdoomer




System Engineer

Posts: 1440
Joined: Mon Oct 09, 2006 4:36 pm

Working with RSA hashes in C#

Post by grimdoomer »

I dont know much about RSA hashes, but I want to start working with them for a cuple projects and exsperiments. First off all I really want to know is how can I give my RSA a premade key? I've gotten this far, but have not been able to give it a key:

Code: Select all

RSACryptoServiceProvider RSA = new RSACryptoServiceProvider();
byte[] Hash = RSA.Encrypt(TestingByteArray, false);
Image
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
Post Reply