I am using VB.net and I want to do some cryptographic computing with keys with a length of 1024 bits (128 bytes). I do not want to use the knowledge algorithm, so I can not use the security library. The largest data type in vb.net is decimal (16 bytes).
How can I do these calculations? is there any other data type that i don't know about?
source
share